.plyr--video .plyr__controls {
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
    width: 100%;
}

.plyr--video {
    height: revert;
}

.plyr__poster {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.plyr__poster > * {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.plyr__poster.plyr__poster--active {
    opacity: 1;
}

.plyr__poster__button {
    background: none;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 4em;
    margin: -2em 0 0 -2em;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4em;
    z-index: 2;
    transition: all 0.3s ease;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

