﻿/*banner-gallery gallery*/
.banner-gallery {
    background-image: url(/Content/Img/Gallery/Gallery.jpg);
}

.Gallery {
    margin: 20px 0 60px;
}
    .Gallery .room-details-title {
        padding-top: 30px;
    }
.img-fluid {
        margin: 10px 0px 20px;
    }

.gallery div a i {
    position: absolute;
    top: 50%;
    color: #ffffff;
    font-size: 24px;
    margin-top: -11px;
    margin-left: -11px;
    text-align: center;
    left: 50%;
    opacity: 0;
}

.gallery div a:before {
    content: "";
    left: 0px;
    top: 0px;
    width: 91%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background-color: rgba(177, 145, 92, 0.62);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: absolute;
    margin:0 15px;
}

.gallery div a:hover:before {
    opacity: 1;
}

.gallery div:hover i {
    opacity: 1;
}
.img-gallery{
   overflow:hidden;
}
