/* phpcs:ignore */

.video-container {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    height: 0;
}

.video-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 1000;
}

img.video-thumb {
    position:absolute;
    width: 100%;
}

.play-button {
    background-image: url(../img/play_bw.png);
    width:17%;
    height: 31%;
    z-index: 501;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 36%;
    left: 41%;
    background-size: cover;
}

.play-button:hover {
    background-image: url(../img/play.png);
    width:17%;
    height: 31%;
    z-index: 1000;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 36%;
    left: 41%;
    background-size: cover;
}

.loading {
    display: none;
}