
.revive-slot,
.revive-slot ins,
.revive-slot a {
  display: block;
  width: 100%;
}

.revive-slot {
  max-width: 100%;
  overflow: hidden; /* prevents overflow from fixed-size creatives */
}

.revive-slot img {
  display: block;
  width: 100% !important;   /* override width="374" etc. */
  max-width: 100%;
  height: auto !important;  /* override height attrs */
  border: 0;
}

.revive-slot ins {
  position: relative;
}

.revive-slot a {
  line-height: 0;
  text-decoration: none;
}

/* Optional: when gated with fallback="css" */
.revive-slot.is-hidden {
  display: none !important;
}

/*  Banner Left & Right */ 
.gutter_warp.banner_show_pc .img-wrapper-has.no-crop-img img {   
    width: 88px;   
}   
 
/*  Banner Top */ 
@media screen and (min-width: 850px) { 
    .sport_theme_banner_header .img-wrapper-has.no-crop-img img{ 
        width: 445px; 
        height: 80px; 
    } 
}