/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.multi-slide-toggle {
	display: none;
}

.custom-size-img, .custom-size-img img{
	width: 330px;
	height: 227px;
}
@media only screen and (max-width: 768px) {
	.custom-size-img, .custom-size-img img{
		width: 290px;
		height: 200px;
	}
}