.AdvertisementTopLeft {
        left: 10px;
        position: fixed;
        top: 5px;
        z-index: 5;
}
.AdvertisementTopRight {
        position: fixed;
        right: 10px;
        z-index: 5;
        top: 5px;
}
.AdvertContent>div {
        margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
        div.AdvertContent>div {
                margin-bottom: 10px !important;
        }
}
