﻿.galleryStyle1-Thumnails {
    float: left;
    width: 100%;
    list-style: none;
    display: block;
    font-size: 0px;
}

    .galleryStyle1-Thumnails li {
        display: inline-block;
    }

.height-item-by-width-100 {
    float: left;
    width: 100%;
    height: 200px;
}

.galleryStyle1-Thumnails li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
}

.galleryStyle1-Thumnails li .galleryStyle1-Thumnails-Wrapper {
    overflow: hidden !important;
    cursor: pointer;
}

    .galleryStyle1-Thumnails li .galleryStyle1-Thumnails-Wrapper:hover .galleryStyle1-Thumnails-Images {
        filter: brightness(70%);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

.galleryStyle1-Wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 1001;
    display: none;
}

    .galleryStyle1-Wrapper .galleryStyle1-CloseButton {
        position: fixed;
        top: 20px;
        right: 20px;
        font-size: 17px;
        cursor: pointer;
        z-index: 999;
        color: #ffffff;
        transition: 0.3s all ease-in-out;
    }

        .galleryStyle1-Wrapper .galleryStyle1-CloseButton:hover {
            color: #63cdff;
            transform: scale(1.1);
        }

    .galleryStyle1-Wrapper .galleryStyle1-DownloadButton {
        position: fixed;
        top: 20px;
        right: 60px;
        font-size: 17px;
        cursor: pointer;
        z-index: 999;
        color: #ffffff;
        transition: 0.3s all ease-in-out;
    }

        .galleryStyle1-Wrapper .galleryStyle1-DownloadButton:hover {
            color: #63cdff;
            transform: scale(1.1);
        }

    .galleryStyle1-Wrapper .galleryStyle1-DirectionsButton-Wrapper {
        position: fixed;
        top: 47vh;
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        cursor: pointer;
        z-index: 999;
    }

    .galleryStyle1-Wrapper .leftDirection {
        left: 20px;
    }

    .galleryStyle1-Wrapper .rightDirection {
        right: 20px;
    }

    .galleryStyle1-Wrapper .galleryStyle1-DirectionsButton-Wrapper img {
        float: left;
        width: 34px;
        margin: 3px;
    }

    .galleryStyle1-Wrapper .galleryStyle1 {
        float: left;
        width: 100vw;
        height: 100vh;
    }

        .galleryStyle1-Wrapper .galleryStyle1 tr {
            float: left;
            width: 100vw;
            height: 100vh;
            display: none;
        }

            .galleryStyle1-Wrapper .galleryStyle1 tr td {
                width: 100vw;
                height: 100vh;
                text-align: center;
                vertical-align: middle;
            }

        .galleryStyle1-Wrapper .galleryStyle1 img {
            max-width: 100vw;
            max-height: 85vh;
            object-fit: cover
        }
