.AdvertContent{
/**	display: -webkit-box;**/
}
.AdvertisementTopLeft {
        left: 0;
        position: fixed;
        top: 150px;
        z-index: 5;
}
.AdvertisementTopRight {
        position: fixed;
        right: 0;
        top: 150px;
        z-index: 5;
}
.AdvertContent>* {
}
@media only screen and (max-width: 1023px) {
        .AdvertisementBottomRight {
        	width: auto!important;
        }
         .ContentBar .AdvertContent{
        	display: none;
        }
}
@media only screen and (max-width: 768px){
        div.AdvertisementBottomRight{
                padding: 0 10px;
        }
        div.AdvertContent>* {
                margin-bottom: 10px!important;
        }
       
}
.backgroundvc{
     background: url(images/bg-iframe-min.png), linear-gradient(#e26f2c, #ff9b62);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 5px;
}
