
/* video gallery icon */

.video-gal-icon {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top:10px;
  padding-bottom:10px;
}
.video-gal-icon .video_thumbnail {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  margin:0;
}


.video-gal-icon i {
	color:#00ADEF;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
    pointer-events: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: opacity 0.5s;
	font-size: 40px;
}

.video-gal-icon2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top:10px;
  padding-bottom:10px;
}
.video-gal-icon2 .video_thumbnail {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  margin:0;
}
.video-gal-icon2 i {
	color:#FF0000;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
    pointer-events: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: opacity 0.5s;
	font-size: 40px;
}


