a.customuploadimages {
	width: 100%;
	max-height: 195px !important;
	display: block;
	overflow: hidden;
}

a.customuploadimages img {
	width: 98%;
	height: 100px;
	background-color: #f5f6f8;
	border: 1px solid #dddddd;
	border-radius: 4px;
	display: inline-block;
	line-height: 1.42857;
	max-width: 100%;
	padding: 5px 2%;
	transition: all 0.2s ease-in-out 0s;
}