
/* CSS3 STYLE GENERIC */
.view {
	float: left;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 5px #aaa;
	cursor: default;
}

.view .mask, .view .content {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.view img {
	display: block;
	position: relative;
}

.view a.info {
	background: url("https://eoitashkent.gov.in/wp-content/plugins/new-album-gallery/assets/css/icon/link.png") center no-repeat;
	display: inline-block;
	text-decoration: none;
	padding: 0;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	color: #fff !important;
}

.view a.info.nitro-lazy {
	background: none !important;
}

/*
iPhone and mobile widths --------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.view {
		margin-bottom: 35px;
	}
}
