/* ADS */

/* DESKTOPS */

@media (min-width: 1024px) {
  #custom_html-3 > div {
	padding:0px;
}
  
  #custom_html-2 > div {
  padding:0px;}
  
  .vitlit-header-970x250-R {
  	width: 970px;
    height: 250px;
    margin: 10px auto 15px auto;
  }
  
  .vitlit-header-300x250-R {
  	display: none;
  }
  
  .vitlit-sidebar-300x600-R-p1 {
  	width: 300px;
    height: 600px;
    margin-left: -20px;
  }
  
  .vitlit-sidebar-300x600-R-p2 {
  	width: 300px;
    height: 600px;
    margin-left: -20px;
  }
  
  .vitlit-article-300x600-R {
  	width: 300px;
    height: 600px;
    text-align: center;
    margin: 10px auto 15px auto;
  }

}

/* TABLETS &amp; DESKTOPS */

@media (min-width: 729px) {
	
  .vitlit-article-336x280-R {
  	width: 336px;
    height: 280px;
    float: left;
    margin: 0 15px 10px 0;
  }

}

/* MOBILES &amp; TABLETS */

@media (max-width: 1023px) {
  
  .vitlit-header-970x250-R {
  	display: none;
  }
  
  .vitlit-header-300x250-R {
  	width: 300px;
    height: 250px;
    text-align: center;
    margin: 10px auto 15px auto;
  }
  
  .vitlit-sidebar-300x600-R-p1 {
  	width: 300px;
    height: 250px;
    text-align: center;
    margin: 10px auto 15px auto;
  }
  
  .vitlit-sidebar-300x600-R-p2 {
  	width: 300px;
    height: 250px;
    text-align: center;
    margin: 10px auto 15px auto;
  }
  
  .vitlit-article-300x600-R {
  	width: 300px;
    height: 250px;
    text-align: center;
    margin: 10px auto 15px auto;
  }

}

/* MOBILES */

@media (max-width: 728px) {
  
  .vitlit-article-336x280-R {
  	width: 300px;
    height: 250px;
    text-align: center;
    margin: 10px auto 15px auto;
  }
  
}


