.big-section {
    position: relative !important;
}

.bg-gradient-red-mods {
    background-image: linear-gradient(to right top, #e1251c, #e1251c, #ef2b21, #e1251c, #b71c15);
}

.opacity-full {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
}

.big-section .headline-m {
    text-align: center !important;
    margin-bottom: 100px;
    z-index: 9;
    animation-name: fadeIn;
    visibility: visible;
}

.big-section .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .big-section .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (min-width: 992px) {
    .big-section .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .big-section .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.big-section a.btn {
    margin-top: 3rem !important;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-weight: 500;
    display: inline-block !important;
    background: transparent;
    border-color: #000000;
    color: #000000;
    font-size: 13px;
    padding: 12px 32px;
}

.big-section .btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.big-section video {
    background-size: cover;
    display: table-cell;
    background-color: #000;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: -3;
}
.grid-sizer{
    display: none;
}

