.fat-post-content-container > .fat-post-content > .row{
    margin-left: 0;
    margin-right: 0;
}
.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"] > div{
    display: flex;
    flex-flow: row wrap;
}
.fat-col > .fat-post-content > .row{
    margin-left: 0px;
    margin-right: 0px;
}

header.header-fixed .row.hide-in-header-fixed{
    display: none;
}

@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%;
    }
}
