img {
    height: 100%;
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

main {
    padding-top: 60px;
}

video {
    object-fit: contain;
}

.media-container .blurred-img.loaded img:hover {
    transform: none;
}

.media-container .blurred-img:hover {
    border-color: transparent;
}

.media-container video:hover {
    border-color: transparent;
}

.media-container .blurred-img {
    width: fit-content;
    margin: auto;
}

.media-container {
    max-width: 100%;
    max-height: 100%;
}

#info-container {
    width: 100%;
}

p {
    font-size: 1.3rem;
    margin: 40px 0 0;
}

h2 {
    margin-top: 0;
}

h4 {
    font-size: 1rem;
    color: var(--color-gray);
    font-weight: normal;
}

#tags {
    padding: 0;
    margin: 60px 0 0;
    font-size: 1rem;
}

input, .copy-button {
    background-color: var(--color-dark1);
    color: var(--color-gray);
}

.copy-button {
    cursor: pointer;
}

.share-link {
    margin: 5px 10px;
    display: inline-block;
    white-space: nowrap;
}

.more-section h3 {
    font-size: 1rem;
    position: absolute;
    z-index: 11;
    top: 0;
    margin: 0;
    font-weight: lighter;
}

#shop .button {
    color: white;
    float: right;
}

#shop-text {
    position: absolute;
    bottom: 0;
}

.shop-link {
    display: contents;
    max-width: 30vw;
    margin: auto;
}

.shop-container {
    max-width: 400px;
    margin: auto;
    padding-top: 40px;
}

iframe {
    height: auto;
    width: 80%;
    min-height: 250px;
    margin: 40px 30px;
    padding: 5px;
    border-bottom: solid var(--color-highlight) 1px;

    transition: all .5s ease-in-out;
}

main hr {
    border: 1px solid var(--color-gray);
    border-radius: 50%;
}

.blog-mock {
    border: solid var(--color-white) 1px;
    border-bottom-color: var(--color-highlight);
    border-radius: 10px;
    border-top-right-radius: 0;
    margin: 50px 30px;
    min-height: 240px;
    overflow: hidden;

    cursor: pointer;
}

.blog-mock .button {
    position: absolute;
    bottom: 15px;
    right: 50px;
}

.blog-mock img {
    width: 50%;
    border: 3px solid var(--color-white);
    margin: 4%;
    float: right;

    transition: border-color .5s ease-in-out;
}

.blog-mock h4 {
    color: white;
    margin: 10px 0px 0px 20px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
}

.blog-mock .line {
    display: block;
    background-color: var(--color-gray);
    height: 1vh;
    width: 80%;
    margin: 1vh 20px;
}

.blog-mock:hover img {
    border-color: var(--color-highlight);
}

.panorama-button {
    bottom: 25px;
    right: 30px;
}

#momento.open iframe {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    height: 100vh;
    width: 110vw;
    margin: 0;
    padding: 0;
    border: none;
}

#panorama-button-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 11000;

    font-size: 2rem;
    display: none;

    color: var(--color-white);
    transition: color .4s ease-in-out;
}

#momento.open #panorama-button-close {
    display: initial;
}

#panorama-button-close:hover {
    color: var(--color-highlight);
}

#download-options {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000000;
}

#download-options.closed {
    display: none;
}

#download-options div {
    position: relative;
    width: 90vw;
    margin: auto;
    margin-top: 10vh;
    background-color: var(--color-dark-white);
    color: var(--color-dark-1);
    border-radius: 20px;
    display: block;
    padding: 1px 20px;
    padding-bottom: 20px;
    max-width: 960px;
}

#download-options div * {
    color: var(--color-dark-1);
}

#download-options h4 {
    margin: 10px auto;
    font-size: 2rem;
    text-align: center;
}

#download-options ul {
    font-size: 1.2rem;
    list-style: none;
    padding: 0;
}

#download-options li {
    margin: 20px 10px;
    cursor: pointer;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
    list-style-type: none;
}

#download-options li:hover {
    color: var(--color-highlight);
}


#download-options a {
    transition: none;
    text-decoration: none;
    text-underline: none;
}

#download-options li:hover a {
    color: var(--color-highlight);
}

#download-options li a:hover {
    color: var(--color-highlight);
}

#download-options-close-btn:hover {
    color: var(--color-highlight);
}

#download-options hr {
    height: 1px;
    color: grey;
    background: grey;
    font-size: 0;
    border: 0;
}

#download-options-close-btn {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    background-color: var(--color-dark-white);
}