/* Extra Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {

}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.sm-t-center{text-align: center !important;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.lefimgview{float: none;    min-height: 270px;}
	.product-box .Matter1{ margin-left: 0 !important; padding:10px 0 0!important}
	.xs-t-center{text-align: center !important;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}@media only screen and (max-width : 768px) {
	.xs-t-center{text-align: center !important;}
        .vertical-wrapper {
    position: static;
    top: 50%;
    transform: none;
}
  .sub_form.text-right{ text-align: left!important}      

}