.AG_classic .ag_thumbclassic {
  float:left;
  background:#ffffff;
  background-repeat:no-repeat;
  margin:0 10px 18px 10px;
  border:1px solid #ccc;
  padding:0;
}

.AG_classic .ag_imageThumb {
  display:block;
  position:relative;
  background:#FFF;
  margin:0;
  padding:0;
}

.AG_classic .thumbDescript {
	height:28px;
	vertical-align: middle;
	padding:8px 3px;
	background:#D5CCCB;
	 font-size:12px;
	 line-height:14px;
	text-align: center;
	color:#444444;
	font-weight:bold;

}

.AG_classic .thumbPos {
	 position: relative;
  top: 50%;
  transform: translateY(-50%);

}


.AG_classic h1 {
     text-align:left;
     margin:10px 0 10px 0;
     font-size:12px;
     font-weight:bold;
}



.AG_classic .secondCap, .AG_classic .priceCap {
	display:none;
	}
	
@media only screen and (min-width:450px) and (max-width: 800px) {

		.AG_classic .ag_thumbclassic {
	  width:30%;
		}

	.AG_classic .ag_imageThumb {
	  width:100%;
		}
		



}

@media only screen and (min-width:50px) and (max-width: 449px) {

		.AG_classic .ag_thumbclassic {
	  width:42%;
		}

	.AG_classic .ag_imageThumb {
	  width:100%;
		}
		



}