
img {
	border-radius: 0px;
	width: 30%;
	border-radius: 25px;
}

.row {
	text-align:center;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
}

.fcontainer {
	position: relative;
	display: inline-block;
	background-color: transparent;
	margin: 5px;
	padding: 5px;
	width: 90%;
	max-width: 900px;
}

a.mhover img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index: 1;
}
a.mhover:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	border: 2px solid #cc0202;
	z-index: 99;
}

@media screen and (max-width: 600px) {
.fcontainer {
	display: inline-block;
	margin: 3px;
	padding: 3px;
}
a.mhover img {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
	z-index: 1;
}
a.mhover:hover img {
	-webkit-transform: none;
	transform: none;
	border: none;
	z-index: 1;
}
}
