#header-mobile .cart-value {
	display: none;
}

.custom-iframe-div iframe {
  width: 100% !important;
  height: 190px !important;
}
.custom-iframe-div img {
	width: 100% !important;
	height: 190px !important;	
}
@media only screen and (max-width: 760px) {
.custom-iframe-div img {
	height: auto !important;	
}
}