/************************************

   Video Block

************************************/

.c-video-text {
    background-color: #090400;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 90px;
    margin-top: 250px;
}

.c-video-text__video {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 290px;
}

.c-video-text__video iframe {
    position: absolute;
    top: -209px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-video-text__text__title h2 {
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.13;
    letter-spacing: 2.08px;
    color: #83c450;
    text-align: center;
    text-transform: uppercase;
    max-width: 637px;
    margin-top: 195px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.c-video-text__text__text {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    max-width: 637px;
    margin-left: auto;
    margin-right: auto;
}

.c-video-text__video iframe {
    width: 90%;
    max-width: 811px;
    min-height: 418px;
    height: fit-content !important;
}

@media (max-width: 900px) {
    .c-video-text__video {
        margin-bottom: 35%;
    }
    .c-video-text .l-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .c-video-text__video iframe {
        min-height: 330px;
        top: -165px;
    }
}

@media (max-width: 768px) {
	.c-video-text { 
    	padding-bottom: 60px;
    }
    .c-video-text {
        margin-top: 30%;
    }
    .c-video-text__text__title h2 {
        line-height: 1.6;
    }
    .c-video-text__video iframe {
        width: 100%;
        min-height: 280px;
        top: -140px;
        height: auto;
    }
}

@media (max-width: 450px) {
    .c-video-text__video iframe {
        width: 100%;
        min-height: 220px;
        top: -110px;
        height: auto;
    }
}