.video-ovelay {
    height: 100%;
    width: 100%;
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    background-color: var(--color18);
    background-color: var(--color17);
    overflow: hidden;
    transition: 0.5s;
}

.video-ovelay.full {
    display: block;
    opacity: 1;
}

.video-ovelay a::after {
    content: 'X';
    color: var(--color4);
    text-shadow: -4px 2px 6px var(--color18);
}

/* .video-ovelay a {
    font-size: 21px;
    float: right;
    position: absolute;
    top: -1.6vw;
    right: -3.4vw;
    border: 2px solid var( --color13);
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 0 0.7ex;
    padding-left: 9px;
} */

.video-ovelay a{
    font-size: 21px;
    float: right;
    position: absolute;
    top: -3%;
    right: -2%;
    border: 2px solid var( --color13);
    border-radius: 100%;
    width: 35px;
    height: 35px;
    /*padding: 0.4% 1%;*/
	padding: 0.17em 0.47em;
}

.video-ovelay video {
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 8%;
    z-index: inherit;
    clear: both
}

.video-content {
    position: relative;
    display: block;
    width: 70%;
    left: 0;
    margin: auto;
    right: 0;
}

@media (max-width: 767px) {
    .video-content {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .video-content {
        width: 90%;
    }
}