/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/


.container,
.et_pb_row{
    width: 100%;
    max-width: 1270px;
}

.videoBG:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 1;
}

.rightVideo video {
    height: 550px !important;
    object-fit: cover !important;
}

.footerLinks ul li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 7px;
}
.footerLinks ul {
    list-style: none;
    padding-left: 30px;
}
/*div#et-main-area {*/
/*    margin-top: -127px;*/
/*}*/
.has_et_pb_sticky .et_pb_section_0_tb_header.et_pb_section {
    background: #000 !important;
}

.rightHeaderCol {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 980px) {
       padding-left: 0px !important;
}