﻿.blur {
    margin-top: -100px;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 200%;
}

.overlay {
    display: none;
    z-index: 2000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* top: -100px;
    padding-top: 14vh; В Documents backup
    text-align: center; */
}

.close-btn {
    cursor: pointer;
}

object.mediaBox, iframe.mediaBox{
    transform: translateX(7.5%);
}

.close-btn-line1 {
    position: absolute;
    z-index: 10;
    margin-top: 5%;
    left: 93%;
    width: 75px;
    height: 10px;
    border-radius: 50px;
    rotate: 55deg;
    background-color: var(--text-color);
}

.close-btn-line2 {
    position: absolute;
    z-index: 10;
    margin-top: 5%;
    left: 93%;
    width: 75px;
    height: 10px;
    border-radius: 50px;
    rotate: -55deg;
    background-color: var(--text-color);
}

#overlay object, #overlay iframe {
    width: 85%;
    height: 100%;
}
