
.gallery a .gallery-res-bottom-space {
  line-height: 0px !important;
  
}

.gallery-box {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative;
}
.gallery-box {
    overflow: hidden;
    line-height: 0px !important;
}
.gallery-box .gallery-title {
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transform: scale(0);
    transition: all .5s ease .2s;
    padding: 20px;
    background-color: rgba(0, 33, 85,0.7);
}

.gallery-box .gallery-title {
    margin: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.gallery-title h6 a{
    color: #333;
    margin-bottom: 10px;
    font-size: 11px;
    background-color: #fff;
    display: table;
    padding: 5px 10px 4px 10px;
    border-radius: 5px;
    line-height: 19px;
  letter-spacing: 2px;
}
.gallery-title h4 { 
    color: #fff !important;
}


.gallery-box img {
    height: auto;
    transform: scale(1) rotate(0);
}
.gallery-box img, .gallery-box:after {
    width: 100%;
    transition: all .3s ease 0s;
}
.gallery-box:after {
    top: auto !important;
    bottom: 0;
    transform-origin: 0 100% !important;
}
.gallery-box:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 100% 0;
    transform: rotateZ(90deg);
   
}
.gallery-box:after {
    content: "";
}
.gallery-box img, .gallery-box:after {
    width: 100%;
    transition: all .3s ease 0s;
}
.gallery-box:hover .gallery-title {
    opacity: 1;
    transform: scale(1);
}
.gallery-box:hover:after {
    transform: rotateZ(0);
}
.gallery-link{
  display: table; 
  margin-top: 10px;
}
.gallery-icon,
.gallery-link a p{
  display: inline-block;
  vertical-align: middle;
}
.gallery-link a p{
  vertical-align: middle; 
  padding-right:5px;
  color: #ffffff;
  
}

.gallery-icon{
    width: 15px;
    height: 15px;
  
  fill: #ffffff;
}