.main-container{
    width: 100% !important;
    justify-items: center;
    position: relative;
    z-index:2;
    margin-bottom: 0px;
    margin-top: -380px;
}

.video-background{
    max-width: 1440px;
    height: 420px;
    width: 100%;
    padding: 16px 0;

}

.video-title{
    margin-top: 120px;
    text-align: right;
    color: white;
    font-weight: 800;
    padding: 10px 12px; 
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
}

.video-img-bg{
    justify-items: center;
    width: 100%;
    padding: 0 16px;
}

.video-img{
    width: 100%;
    height: 183px;
}

/* Tablet (>=768px) */
@media (min-width: 768px){
    .main-container{
        margin-top: -380px;
    }

    .video-title{
        margin-top: 150px;
        text-align: center;
        font-size: 36px;
    }

    .video-img-bg{
        padding: 0 32px;
    }

    .video-background{
        height: 678px;
    }

    .video-img{
        height:390px;
    }
}

/* Desktop (>=992px) */
@media (min-width: 992px) {
    .main-container{
        margin-top: -525px;
    }

    .video-title{
        margin-top: 200px;
    }


    .video-img-bg{
        padding: 0 120px;
    }

    .video-title{
        font-size: 48px;
    }

    .video-img{
        height:608px;
    }

    .video-background{
        padding-top: 180px;
        height: 1150px;
    }
}

@media (min-width: 1441px) {
    .video-title {
        margin-top: 120px;
    }
}