﻿

.Gallery a {
    width: 24%;
    margin: 10px 1% 0 0;
    height: 180px;
    overflow: hidden;
}


.Gallery .col-md-3 img {
    width: 99%;
}

.Gallery a:nth-of-type(4n):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ekko-lightbox-container {
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .ekko-lightbox-container div img {
        max-width: 100%;
    }

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

    .ekko-lightbox-nav-overlay a {
        z-index: 100;
        display: block;
        width: 49%;
        height: 100%;
        font-size: 30px;
        color: #fff;
        text-shadow: 2px 2px 4px #000;
        opacity: 0;
        filter: dropshadow(color=#000000, offx=2, offy=2);
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

        .ekko-lightbox-nav-overlay a:empty {
            width: 49%;
        }

.ekko-lightbox a:hover {
    text-decoration: none;
    opacity: 1;
}

.ekko-lightbox .fa-chevron-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left;
    color: #fff;
}

.ekko-lightbox .fa-chevron-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right;
    color: #fff;
}

.ekko-lightbox .modal-footer {
    text-align: left;
}
@media only screen (max-device-width: 414px){

}
@media (min-width: 415px) and (max-width: 768px) {

    .Gallery .col-md-3 img {
        width: 40%;
        margin: 10px 4%;
        float: left;
    }
}
@media only screen and (min-device-width : 500px) and (max-device-width : 1024px){
    .Gallery .col-md-3 img {
        width: 40%;
        margin: 10px 4%;
        float: left;
    }
}