.videoinfo {
	font-size: 11px;
	clear: both;
	line-height: 15px;
	margin: 2px;
}

.container .gallery a img {
  height: auto;
  /* border: 1px solid #fff; */
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 5;
}

.dl_image.mobileporn img {
	width: 180px !important;
	height: 275px !important;
}

.dl_image.desktopporn img {
	width: 320px !important;
	height: 180px !important;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}

.navigation img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
.navigation img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}





* {box-sizing: border-box}

/* Container needed to position the overlay. Adjust the width as needed */
.menuecontainer {
  position: relative;
	float: left;
	width: 20%;
	font-size: 15px;
}

@media only screen and (min-device-width : 200px) and (max-device-width : 480px) {
	.menuecontainer {
		width: 50%;
		font-size: 11px;
	}	
}

@media (min-width:480px) {
	.menuecontainer {
		width: 33%;
		font-size: 12px;
	}
}

@media (min-width:768px) {
	.menuecontainer {
		width: 25%;
		font-size: 13px;
	}
}

@media (min-width:1200px) {
	.menuecontainer {
		width: 20%;
		font-size: 14px;
	}
}

/* Make the image to responsive */
.image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid white;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: white !important;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  padding: 10px;
  text-align: center;
}

.overlay a, .overlay a:hover, .overlay a:focus, .overlay a:active, .overlay a:visited {
	color: white !important;
	text-decoration: none;
}


/* When you mouse over the container, fade in the overlay title */
.navigation:hover .overlay {
  opacity: 1;
  color: white !important;
}

div.dl_container {
	width:150px;
	height:250px;
	display:contents;
	vertical-align:middle; 
	text-align:center;
	background-color:#ededed;
	}
div.dl_image {
	position:relative;
	display:inline-block;
	}
div.image img {
	display:block;
	}
div.dl_overlay {
	position: absolute;
	width: 100%;
	bottom: 0px;
	/* background: transparent url(your-icon.png) no-repeat 100% 100%}; */
	background: rgba(0, 0, 0, 0.5);
	color: white;
}

.dl_overlay {
	z-index: 999;
}

.dl_overlay a, .dl_overlay a:hover, .dl_overlay a:focus, .dl_overlay a:active, .dl_overlay a:visited {
	color: white !important;
	text-decoration: none;
}
