


.gallery-block .heading{

    text-align: center;
}


.gallery-block.compact-gallery .item{
    overflow: hidden;
    margin-bottom: 0;
    background-image: -webkit-linear-gradient(270deg,rgba(0,255,0,0.38) 0%,rgba(68,27,245,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,255,0,0.38) 0%,rgba(68,27,245,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,255,0,0.38) 0%,rgba(68,27,245,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,255,0,0.38) 0%,rgba(68,27,245,1.00) 100%);
    ;
    opacity: 1;
	  text-align: center;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
    display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #00ff00;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: black;
    transition: 0.8s ease;
    text-align: center;
    background-color: #00FF00;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.compact-gallery .item .description .description-heading{
    font-size: 1em;
    font-weight: bold;
    background-color: rgba(0,255,0,0.57);
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}
 

gallery-block{
	width: 100%;
}

videostills-gallery{
   width: 100%;
	padding: 0px;
}
.container {
	
	 width: 100%;
	padding: 0px;
}
@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}
