@media screen and (min-width:1100px) {
    #video {
        height: initial;
        width: 100vw;
    }
}

@media screen and (min-width:900px) {
    #nomes {
        padding: 0 20px;
        width: initial;
        font-size: initial
    }

    #video-btn {
        top: 10px;
        height: 50px;
        width: 50px;
    }

    #video-btn-after {
        transform: translateX(-100%);
        opacity: 0;
        width: 175px;
        font-size: initial;
    }

    #video-btn:hover {
        transform: scale(1.05);
        box-shadow: none;
    }
}

#vire {
    display: none !important;
}

#recener {
    width: 400px;
}

.div-titulo {
    width: 200px;
    height: 75px;
}

.div-titulo h1 {
    font-size: 2em;
}

#video-btn, #video-btnd{
    position: absolute;
    top: 50px;
    left: 10px;
    background-color: white;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .5);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition-duration: .5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 102;
}

#video-btnd, #video-btn-afterd {
    background-color: red !important;
}

#video-btn-after, #video-btn-afterd {
    position: absolute;
    top: 0;
    left: 0;
    font: 12px;
    width: 175px;
    height: 100%;
    padding: 0 20px 0 30px;
    background-color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .5);
    border-radius: 100000px;
    transform: none;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
    z-index: -1;
}

#video-btn:hover #video-btn-after, #video-btnd:hover #video-btn-afterd {
    opacity: 1;
}

#video-btn-cell {
    display: none;
}

#x {
    display: none;
}

.abrir-texto {
    border-radius: 30px;
    width: 70vw !important;
    height: 80vh;
    cursor: pointer;
}

img {
    width: 80%;
}

.div-seta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background-color: white;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
    cursor: pointer;
}

.div-seta:hover {
    transform: scale(1.1) translateY(-45%);
}

#div-seta1 {
    left: 20px;
}

#div-seta2 {
    right: 20px;
}

.seta {
    font-size: 100px;
}

#div-titulo1 {
    width: 50vw;
}

#h1russia {
    font-size: 50px;
}

#menu-cell {
    display: none;
}

#logoMWD {
    display: block;
    width: 125px;
    margin: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition-duration: 0.5s;
    padding: 10px;
    border-radius: 20px;
}

#logoMWD:hover {
    transform: scale(1.1);
    background-color: white;
}
