.flx_video {
    margin-bottom: 0 !important;
}

.flx_video {
    background-color: rgba(0, 0, 0, 1);
    /* background-image: linear-gradient(33deg, rgba(0, 0, 0, 1) 45%, rgba(237, 12, 17, 1) 97%); */
}

.landing .flx_videoblock {
    margin-bottom: 150px !important;
}

.video-inner {
    padding: 60px 0;
    text-align: center;
}

.video-inner-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    font-style: italic;
}

.video-inner-title {
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}

.video-inner-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 35px;
    line-height: 1.1;
}

.video-inner-subtitle {
    color: #fff;
    text-align: center;
}

.video-block {
    margin-top: 77px;
    position: relative;
    max-width: 900px;
    max-height: calc(100vh - 250px);
    margin: 0 auto;
    aspect-ratio: var(--video-ratio);
    min-height: 300px;
}

.video-block video,
.video-iframe iframe {
    width: auto;
    height: 100%;
    object-fit: cover;
    aspect-ratio: var(--video-ratio);
    display: block;
    border-radius: 20px;
    margin-inline: auto;
    margin-bottom: 72px;    
}

.video-inner-text {
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    font-weight: 500;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background-image: url("../../media/playbtn.svg");
    background-size: contain;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
}

.video-main-btn {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 180px;
    width: fit-content;
    display: inline-block;
}

.video-main-btn {
    margin-top: 4px;
}

@media (min-width: 769px) {
    .video-inner-title {
        font-size: 35px;
    }

    .video-main-btn {
        margin-top: 80px;
        font-size: 18px;
    }

    .video-main-btn {
        margin-top: 34px;
    }

    .video-inner {
        padding: 100px 0;
    }

    /* .video-block video,
    .video-iframe iframe {
        aspect-ratio: 16 / 9;
    } */

    .video-inner-subtitle {
        margin-top: 10px;
        margin-bottom: 24px;
    }
}

@media (min-width: 998px) {
    .video-inner-subtitle {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .video-inner {
        padding: 120px 0;
    }
}

@media (min-width: 1280px) {
    .video-inner-title {
        font-size: 48px;
        line-height: 1;
    }
}