@media (min-width: 767px) {
    .container {
        max-width: 80%;
    }

    .wrap {
        margin: 0 auto;
        max-width: 80%;
    }
}

.video-banner {
    padding-top: 200px;
    padding-bottom: 140px;
    background: var(--bg-img) no-repeat 50%;
    background-size: cover;
    text-align: center;
}

.video-banner h1 {
    margin: 0;
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.video-banner p {
    margin: 20px 0 0;
    font-family: Georgia, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
}

@media (min-width: 767px) {

    .video-banner {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {

    .video-banner {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .video-banner h1 {
        font-size: 48px;
    }

    .video-banner p {
        font-size: 18px;
    }
}

/*#region*/
.bread-wrap {
    background: var(--the-other-green);
}

.bread {
    padding: 8px 0;
    color: #fff;
}

.bread a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 767px) {

}

@media (max-width: 767px) {

}

/*#endregion*/


.video-wrap {
    padding: 80px 0;
    background: #e1ebfe;
}

.video-wrap h2 {
    margin: 0 0 40px;
    position: relative;
    font-family: "Georgia", sans-serif;
    font-size: 36px;
    text-align: center;
    display: flex;
    align-items: center;
}

.video-wrap h2:before,
.video-wrap h2:after{
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #000;
}

.video-wrap h2 span {
    background: #fff;
    max-width: 90%;
    padding: 0 25px;
    color: #565656;
}