.vimeo-video-container {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .vimeo-video-container {
        position: relative;
        width: 100%;
        padding: 56.25% 0 0 0;
        overflow: hidden;
    }
}
.vimeo-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.vimeo-controls {
    /* position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 111;
    right: 120px;
    bottom: 50px; */
}

.vimeo-mute-unmute {
    position: absolute;
    bottom: 50px;
    right: 120px;
    display: flex;
    width: 50px !important;
    height: 50px !important;
}
.vimeo-mute-unmute button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
/* .vimeo-play-pause,
.vimeo-mute-unmute {
    display: flex;
    gap: 10px;
} */

.vimeo-play,
.vimeo-pause,
.vimeo-mute,
.vimeo-unmute {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.vimeo-play img,
.vimeo-pause img,
.vimeo-mute img,
.vimeo-unmute img {
    width: 50px !important;
    height: 50px !important;
}
@media (min-width: 1200px) {
    .vimeo-play img,
    .vimeo-pause img,
    .vimeo-mute img,
    .vimeo-unmute img {
        width: 56px !important;
        height: 56px !important;
    }
}

.vimeo-play {
    display: none;
}

.vimeo-pause {
    display: block;
}

.vimeo-unmute {
    display: none;
}

.vimeo-mute {
    display: block;
}
@media (max-width: 767px) {
    .desktop-video {
        display: none;
    }

    .mobile-video {
        display: block;
    }
}

@media (min-width: 768px) {
    .desktop-video {
        display: block;
    }

    .mobile-video {
        display: none;
    }
}
