.video-grid,
.images-grid {
	/*background-color: #f2f2f2;*/
	padding: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	visibility: visible;
}
.video-grid .item,
.images-grid .item {
	/*background-color: orange;*/
	text-align: center;
	display: inline-block;
	font-size: 40px;
	color: #FFF;
	/*height: 15%;*/
	width: 19.5%;
	/*margin: 1%;*/
	padding: 10px;
	-webkit-animation: anim .8s ease-in-out;
	animation: anim .8s ease-in-out;
}
.video-grid .item img,
.images-grid .item img {
	max-width: 100%;
}

.images-grid.videos a {
	position: relative;
}
.images-grid.videos i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -30px;
	background-color: #fff;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 50%;

}

.img-lang {
	border: #ccc 1px solid;
	margin-left: 1em;
	height: 24px;
}

@media (max-width: 1200px) {
	.video-grid .item,
	.images-grid .item {
		width: 24.5%;
	}
}

@media (max-width: 992px) {
	.video-grid .item,
	.images-grid .item {
		width: 49.5%;
	}
}

@media (max-width: 768px) {
	.video-grid .item,
	.images-grid .item {
		width: 50%;
		float: left;
	}

}

