/* Tamanho padrão (desktop) */
.ad-slot-900x750 {
  width: 900px !important;
  height: 750px !important;
  margin: 0 auto !important;   
}

.ad-slot-970x90 {
  width: 970px !important;
  height: 90px !important;
  margin: 0 auto !important;   
}
.ad-slot-728x90 {
  width: 728px !important;
  height: 90px !important;
  margin: 0 auto !important;   
}
.ad-slot-580x400 {
  width: 580px !important;
  height: 400px !important;
  margin: 0 auto !important;
}
.ad-slot-468x60 {
  width: 468px !important;
  height: 60px !important;
  margin: 0 auto !important;   
}
.ad-slot-300x600 {
  width: 300px !important;
  height: 600px !important;
  margin: 0 auto !important;   
}
.ad-slot-300x250 {
  width: 300px !important;
  height: 250px !important;
  margin: 0 auto !important;   
}
.ad-slot-300x100 {
  width: 300px !important;
  height: 100px !important;
  margin: 0 auto !important;   
}
/* Tablet */
@media (max-width: 1024px) {

    .ad-slot-900x750 {
      width: 600px !important;
      height: 500px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-970x90 {
      width: 728px !important;
      height: 90px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-728x90 {
      width: 468px !important;
      height: 60px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-580x400 {
      width: 336px !important;
      height: 280px !important;
      margin: 0 auto !important;
    }
    
    .ad-slot-468x60 {
      width: 320px !important;
      height: 50px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-300x600 {
      width: 300px !important;
      height: 250px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-300x250 {
      width: 300px !important;
      height: 250px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-300x100 {
      width: 300px !important;
      height: 100px !important;
      margin: 0 auto !important;   
    }
}
/* Mobile */
@media (max-width: 768px) {

    .ad-slot-900x750 {
      width: 300px !important;
      height: 250px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-970x90 {
      width: 320px !important;
      height: 50px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-728x90 {
      width: 320px !important;
      height: 50px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-580x400 {
      width: 300px !important;
      height: 250px !important;
      margin: 0 auto !important;
    }
    
    .ad-slot-468x60 {
      width: 320px !important;
      height: 50px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-300x600 {
      width: 300px !important;
      height: 250px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-300x250 {
      width: 300px !important;
      height: 250px !important;
      margin: 0 auto !important;   
    }
    
    .ad-slot-300x100 {
      width: 300px !important;
      height: 100px !important;
      margin: 0 auto !important;   
    }
}