﻿.responsive_1 {
    width: 320px;
    height: 100px;
    margin: auto;
}

@media(min-width: 500px) {
    .responsive_1 {
        width: 468px;
        height: 60px;
        margin: auto;
    }
}

@media(min-width: 800px) {
    .responsive_1 {
        width: 728px;
        height: 90px;
        margin: auto;
    }
}
.SauceAds{
    width:100%;
}

.sauceAdMenuLeft {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 160px;
    height: 600px;
}
.rightAd {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 160px;
    height: 600px;
}

.sauceAdMenuRightRec {
    display: block;
    width: 300px;
    height: 250px;
    margin: auto;
    background: center no-repeat url();
    background-size: contain;
}

.sauceAdMenuBottom {
    width: 800px;
    height: 160px;
    display: none;
    margin: auto;
    background: center no-repeat url();
    background-size: contain;
}
.leftAdPad {
    -webkit-transform: translateX(-160px);
    -moz-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
}

.horizBanner {
    width: 800px;
    height: 160px;
    display: none;
    margin: auto;
    background: center no-repeat url();
    background-size: contain;
}