@media screen and (min-width: 300px) {
	.carousel{
		margin-top: 80px !important;
	}
	.btn-comprar {
        background-color: #000 !important;
        width: 90% !important;
        position: absolute;
        bottom: 5px !important;
        right: 10px !important;
        color: #FFF !important;
        font-size: 1em !important;
    }
    .zoom{
    	transition: transform .4s;
	}
	.zoom:hover {
	    -ms-transform: scale(1) !important; /* IE 9 */
	    -webkit-transform: scale(1) !important; /* Safari 3-8 */
	    transform: scale(1) !important; 
	    border-color:#19347b !important
	}
	.btn-comprarProducto {
		width: 100% !important;
	}
	.productos2 {
		margin: 0 !important;
		padding: 5px !important;
	}

	.btn-comprar2 {
	    background-color: #000 !important;
	    width: 90% !important;
	    position: absolute;
	    bottom: 10px !important;
	    right: 10px;
	    color: #FFF !important;
		font-size:1em !important;
	}
}