.background{
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.advertisingV3 .col-sm-6, .advertisingV3 .col-sm-12{
    height: 100%;
}
.mx-auto{
    margin-left:auto;
    margin-right:auto;
}
.backgroundColorImg{
    width: 25%;
    background-color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
a,button{
    max-width: 100%;
    white-space: normal;
}
.previewMode{
    position: fixed;
    z-index: 99;
    margin: 10px;
    padding: 7px;
    max-width: 250px;
    empty-cells: ce;
    background-color: #009900;
    color: white;
    border-radius: 8px;
    text-align: center;
}
@media(max-width:768px){
    .rowBanner{
        flex-wrap: wrap;
    }
    .imgBanner{
        margin: 10px 0;
    }
}
@media(min-width: 769px){
    .imgBanner{
        flex-basis: 0; flex-grow: 1;
    }
}