.section-video-resources {
    position: relative;
    padding: 2.5rem 0 5.625rem;
}

@media (min-width: 1200px) {
    .section-video-resources {
        padding: 9.0625rem 0 7.5rem;
    }
}

.section-video-resources:before {
    transition: background 0.3s ease-in-out;
    content: "";
    position: absolute;
    inset: 40% 0 0;
    background: #10294C;
    z-index: -1;
}

@media (min-width: 1200px) {
    .section-video-resources:before {
        inset: 48% 0 0;
    }
}

[data-theme=blue] .section-video-resources:before {
    background: var(--theme-background);
}

.section-video-resources h2,
.section-video-resources .h2 {
    margin: 0 auto 3.75rem;
    text-align: center;
}

@media (min-width: 1200px) {

    .section-video-resources h2,
    .section-video-resources .h2 {
        font-size: 3.75rem;
        line-height: 1.1333333333;
        letter-spacing: -1.2px;
        margin: 0 auto 5.625rem;
    }
}

.section-video-resources .container {
    max-width: 81.25rem;
}

.section-video-resources .holder-block {
    display: flex;
    flex-wrap: wrap;
}

.section-video-resources .addtoany_list .addtoany_share {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: #fff;
    display: block;
}

.section-video-resources .addtoany_list .addtoany_share:hover {
    color: #18AEE1;
    opacity: 1;
}

.section-video-resources .video-frame {
    aspect-ratio: 1200/750;
    position: relative;
    margin: 0 0 1.4375rem;
    width: 100%;
}

.section-video-resources .text-block {
    color: #fff;
    max-width: 55.9375rem;
    margin: 0 auto;
}

.section-video-resources .buttons-holder {
    width: 100%;
}

@media (max-width: 767px) {
    .section-video-resources .buttons-holder {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .section-video-resources .buttons-holder {
        margin: 0 0 3.125rem;
    }
}

.section-video-resources .buttons-holder .addtoany_share {
    width: auto;
    height: auto;
}

@media (max-width: 767px) {
    .section-video-resources .buttons-holder .addtoany_share {
        font-size: 0.875rem;
    }
}

.section-video-resources .fluid-video.playing .btn-play {
    opacity: 0;
    visibility: hidden;
}

.section-video-resources .fluid-video.paused .btn-play {
    opacity: 1;
    visibility: visible;
}

.section-video-resources .btn-play {
    transition: opacity 0.3s ease-in-out;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (min-width: 992px) {
    .section-video-resources .btn-play {
        width: 9rem;
        height: 9rem;
    }
}

.section-video-resources .btn-play svg {
    width: 100%;
    height: 100%;
}

.section-video-resources .btn-play:hover {
    opacity: 0.8;
}