.product-image-slideshow {
	width:100%;
	padding:1.5em 0;
}
.product-image-slideshow .field-content {
	width:100%;
	position:relative;
}
.product-image-slideshow .field-content .prev-button {
	position:absolute;
	top:35%;
	left:0;
}
.product-image-slideshow .field-content .next-button {
	position:absolute;
	top:35%;
	right:0;
}
.product-image-slideshow .field-content button {
	background:#000;
	color:#fff;
	font-size:1em;
}

.product-image-slideshow .field-content .image-field {
	width:100%;
  display: none;
}

.product-image-slideshow .field-content .image-field img {
	width:100%;
	height:auto;
	margin:0;
}

.product-image-slideshow .field-content .image-field.active {
  display: block;
}


@media screen and (min-width:768px) {
	.product-image-slideshow .field-content .prev-button {
		top:45%;
	}
	.product-image-slideshow .field-content .next-button {
		top:45%;
	}
	.product-image-slideshow .field-content button {
		font-size:2em;
	}
}