.video-section.page-width {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.video-section__media {
    position: relative;
    padding-bottom: 56.25%}
.video-section__media.deferred-media {
    overflow: visible;
}
.video-section__poster.deferred-media__poster:focus {
    outline-offset: .3rem;
}
.video-section__media iframe {
    background-color: rgba(var(--color-foreground), .03);
    border: 0;
}
.video-section__poster, .video-section__media iframe {
    position: absolute;
    width: 100%;
    height: 100%}
.block.play-button {
    margin-bottom: 0;
    cursor: pointer;
    animation: spin 12s linear infinite;
}
.block_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.play-button i {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.fa-play:before {
    content: "\f04b"}
.section_video {
    margin-top: 30px;
}
@-moz-keyframes spin {
    to {
    -moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
    to {
    -webkit-transform: rotate(360deg);
}
}
@keyframes spin {
    to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@media (min-width: 992px) {
    .section_video {
    margin-top: 40px;
}
}
@media (max-width: 599px) {
    .video-section__media {
    padding-bottom: 60%!important;
}
}
