.banner {
  margin-bottom: 5px;    
}
.banner.banner_mobile{
  width: 300px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.banner.banner_top{
  width: 320px;
}

.banner-wide {
	text-align:center;
	margin:auto;
	padding:10px 0 0 0;
}
/*
.content__main.content__main_nota .main-content #inread iframe {
  height:100%;  
}
*/

#stickyunit {
  position: fixed;
    width: 100%;
    bottom: 0;
    z-index:9999;    
    background: #fff;
    display:none;
    box-shadow: 0px -2px 6px 0px #afafaf;
}

#stickyunit .the_wrap {
  position: relative;
}

#stickyunit .the_wrap .close { 
    position: absolute;
    top: -23px;
    background: #fff;
    right: 0;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    z-index: 999;    
    border-top-right-radius: 20%;
    border-top-left-radius: 20%;
    box-shadow: -2px -2px 2px 0px #afafaf;
}

#stickyunit .the_wrap .close span {
  padding: 7px;
}

@media only screen and (max-width: 768px){
  .banner-wide{
    display: none !important;
  }
}
@media only screen and (min-width: 769px){
  .banner_mobile{
    display: none !important;
  }
}