#ad-wrap {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    background-color: rgba(34, 34, 41, 0.16);
}

@media screen and (max-width:750px) {
    #ad-wrap{
    padding:0;	
    }
}

.ad-slider {
    width: 100%;
    height: 90px;
    cursor: default;
    background-color: transparent;
}

@media screen and (max-width:600px) {
    .ad-slider {
        width: 100%;
        height: 60px;
        position: relative;
    }
}

.ad-slider:active {
    cursor: default;
}

#ad1, #ad2, #ad3 {
    width: 100%;
    height: 90px !important;
    position: relative;
}

@media screen and (max-width:600px) {
    #ad1, #ad2, #ad3 {
        width: 100%;
        height: 60px !important;
        position: relative;
    }
}

#ad1 img,#ad2 img,#ad3 img{
    max-height: 100%;
	height:90%;
    max-width:100%;  
	width:auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

@media screen and (max-width:1100px){
#ad1 img,#ad2 img,#ad3 img{
	cursor:pointer;
    max-width:100%; 
    max-height:90%;
	height:auto;
	width:auto;
	}
}

/* AD 2*/

#ad-space-square {
    width:336px;
    /*border:thin #ff0000 solid;*/
    padding:0 0 0 20px;
    margin:auto;
}

@media screen and (max-width:500px) {
    #ad-space-square {
        padding: 0;
    }
}
.ad-slider-square {
    width: 100%;
    height: 280px;
    cursor: default;
    background-color: transparent;
}

#ad-square1 img, #ad-square2 img, #ad-square3 img {
    width:100%;
    height:auto;
    max-height:100%;
    max-width:100%;
}

@media screen and (max-width:500px) {
    #ad-square1 img, #ad-square2 img, #ad-square3 img {
        cursor: pointer;
        /* max-width: 90%; */
        max-height: 90%;
        height: auto;
        width: auto;
    }
}

