.fat-fullwidth.fat-row-wrap > .row{
    margin-left: 0px;
    margin-right: 0px;
}
.fat-fullwidth.fat-row-wrap > .row > .fat-col{
    padding-left: 0px;
    padding-right: 0px;
}

.fat-fullwidth.fat-row-shrink > .row > .fat-container{
    padding-left: 0px;
    padding-right: 0px;
}


.row[data-bg-video-id]{
    position: relative;
    overflow: hidden;
}
.row[data-bg-video-id] div[id*="ytplayer-container"],
.row[data-bg-video-id] .ytplayer-shield,
.row[data-bg-video-id] .ytplayer-container{
    z-index: -3;
    top: 0;
    position: absolute;
}
div.row{
    background-repeat: no-repeat;
}
/*div.row[data-column-equal-height="1"]{
    display: flex;
    display: -webkit-flex;
}
div.row[data-column-equal-height="1"] > div.fat-col{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}*/

header.header-fixed .row.hide-in-header-fixed{
    display: none;
}
.row > .fat-container{
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}


@media (max-width: 767px){
    div.row[data-column-equal-height="1"] > div > .fat-col.col-xs-12{
        flex: 0 1 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    div.row[data-column-equal-height="1"] > div > .fat-col.col-sm-12{
        flex: 0 1 100%;
    }
}