body{font: 13px/1.5 Tahoma;margin: 11px 0;}
#ad-wrap{
    width: 100%;
    height: 10px;
    margin: -15px 0px;
    display: block;    
}
#banner-wrap{    
    height: 370px;
    display: none;
}
#buttons{
    float: right;
    width: 40px;
    margin-bottom: -120px;
    display: none;
}
#banner{    
    display: block;
    padding: 10px;
    border: 1px solid rgb(206, 206, 206);
}
#banner h4 {
    margin: 7px 0px 10px 0px;
}
#close.btn{background: rgba(0, 0, 0, 0.35) url(../img/close.png) no-repeat;background-size: 32px;}
#fb.btn{background: rgba(0, 0, 0, 0.35) url(../img/fb.png) no-repeat;background-size: 32px;}
#fullscreenbtn.btn{background: rgba(0, 0, 0, 0.35) url(../img/full.png) no-repeat;background-size: 18px;background-position: 7px;bottom: 55px;}
#close.btn:hover {background: rgba(0, 0, 0, 1) url(../img/close.png) no-repeat; background-size: 32px;}
#fb.btn:hover {background: #3b5998 url(../img/fb.png) no-repeat; background-size: 32px;}
#fullscreenbtn.btn:hover {background: rgba(0, 0, 0, 1) url(../img/full.png) no-repeat;background-size: 20px;background-position: 6px;bottom: 55px;}

.btn{
    width: 32px;
    padding-top: 5px;
    z-index: 1;
    position: relative;
    margin: 7px 7px 2px 7px;
    float: right;
    height: 26px;
    border-radius: 7px;
    cursor: pointer;
}
.text{
    float: right;
    width: calc(100% - 215px);
    line-height: 12px;
}
a.link{
    vertical-align: -webkit-baseline-middle;
    margin-left: 10px;
    text-decoration: none;
}
.reload{
    color: #b2b2b2;
    font-size: 18px;
    cursor: pointer;
    float: left;
}
.banner-btn{  
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #f6f7f8;
    background-repeat: repeat-x;
    border: 1px solid;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-sizing: content-box;
    font-weight: bold;
    text-align: center;
    border-color: #cccccc #c5c6c8 #b6b7b9;
    color: #4e5665;
    text-shadow: 0 1px 0 #fff;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    text-decoration: none;
}    
@media(max-width:580px){
 .diaf-image {width:100%;    height: auto;}  
.text {width: 100%;margin-bottom: 20px;}
.text h4 { font-size: 17px;line-height: 20px;}
.banner-btn {
    position: relative;
    bottom: initial;
    right: initial;
    font-size: inherit;
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
}
.wrap-links{text-align:center}
}