﻿.image-collection .images-wrapper,
  #admin-styles .responsive-css .image-collection .images-wrapper {
	margin-bottom: 20px;
	border: 1px solid #ededed;
	overflow: hidden;
	position: relative;
}

.image-collection .images-wrapper .product-image,
  #admin-styles .responsive-css .image-collection .images-wrapper .product-image {
	display: table;
	height: 154px;
	text-align: center;
	width: 100%;
}

.image-collection .images-wrapper .product-image a,
  #admin-styles .responsive-css .image-collection .images-wrapper .product-image a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: move;
}

.image-collection .images-wrapper .product-image img,
  #admin-styles .responsive-css .image-collection .images-wrapper .product-image img {
	max-height: 150px;
	max-width: 100%;
}

.image-collection .images-wrapper > i,
  #admin-styles .responsive-css .image-collection .images-wrapper > i {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	font-size: 20px;
}

.image-collection .images-wrapper input,
  #admin-styles .responsive-css .image-collection .images-wrapper input {
	margin-bottom: 10px;
}