.border-radius,
.ns-awesome-gallery .ns-gallery-photo .ns-gallery-photo-image,
.ns-awesome-gallery .ns-gallery-photo .ns-gallery-photo-overlay,
#ns-gallery-previewer .ns-gallery-photos-list .ns-gallery-photo-thumbnail img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.ns-gallery-photo-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align:center;
}


.ns-awesome-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

    .ns-awesome-gallery .ns-gallery-photo {
        position: relative;
        flex-grow: 1;
        height: 300px
    }

        .ns-awesome-gallery .ns-gallery-photo .ns-gallery-photo-image,
        .ns-awesome-gallery .ns-gallery-photo .ns-gallery-photo-overlay {
            margin: 0 1px 1px 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .ns-awesome-gallery .ns-gallery-photo .ns-gallery-photo-image {
            z-index: 1;
            background-position: center;
            background-size: cover
        }

        .ns-awesome-gallery .ns-gallery-photo .ns-gallery-photo-overlay {
            background-color: rgba(0, 0, 0, 0.7);
            color: #ffffff;
            z-index: 2;
            opacity: 0;
            -webkit-transition: opacity 0.3s;
            -moz-transition: opacity 0.3s;
            -ms-transition: opacity 0.3s;
            -o-transition: opacity 0.3s;
            transition: opacity 0.3s;
            padding: 15px
        }

            .ns-awesome-gallery .ns-gallery-photo .ns-gallery-photo-overlay:hover {
                cursor: pointer;
                opacity: 1
            }

        .ns-awesome-gallery .ns-gallery-photo .ns-gallery-photo-name {
            font-family: 'PT Sans', Arial, Verdana, sans-serif;
            font-size: 20px;
            color: #008D6C;
        }

        .ns-awesome-gallery .ns-gallery-photo .ns-gallery-photo-description {
            font-family: 'PT Sans', Arial, Verdana, sans-serif;
            font-size: 12px;
            margin-top: 15px
        }

#ns-gallery-previewer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8)
}

    #ns-gallery-previewer #ns-gallery-previewer-close {
        font-size: 24px;
        position: absolute;
        top: 9px;
        right: 12px;
        color: #ffffff
    }

        #ns-gallery-previewer #ns-gallery-previewer-close:hover {
            cursor: pointer
        }

    #ns-gallery-previewer .ns-gallery-photo-cnt {
        position: absolute;
        top: 50px;
        left: 25px;
        right: 25px;
        bottom: 200px;
        display: flex;
        justify-content: center
    }

    #ns-gallery-previewer .ns-gallery-full-photo {
        display: flex;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px
    }

        #ns-gallery-previewer .ns-gallery-full-photo img {
            max-width: 100%
        }

    #ns-gallery-previewer .ns-gallery-photo-info {
        width: 270px;
        background-color: #ffffff;
        padding: 15px;
        flex-shrink: 0;
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0
    }

        #ns-gallery-previewer .ns-gallery-photo-info .ns-gallery-photo-name {
            font-size: 20px;
            line-height: 20px;
        }

        #ns-gallery-previewer .ns-gallery-photo-info .ns-gallery-photo-description {
            font-size: 14px;
            line-height: 20px;
            margin-top: 10px
        }

    #ns-gallery-previewer .ns-gallery-photos-list {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 150px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap
    }

        #ns-gallery-previewer .ns-gallery-photos-list ul {
            list-style: none;
            margin: 0;
            padding: 0 15px;
            white-space: nowrap
        }

        #ns-gallery-previewer .ns-gallery-photos-list .ns-gallery-photo-thumbnail {
            display: inline-block;
            margin: 0 15px 15px 0
        }

            #ns-gallery-previewer .ns-gallery-photos-list .ns-gallery-photo-thumbnail.active img {
                border: 3px solid #48bf95
            }

            #ns-gallery-previewer .ns-gallery-photos-list .ns-gallery-photo-thumbnail img {
                height: 120px;
                box-sizing: border-box
            }

                #ns-gallery-previewer .ns-gallery-photos-list .ns-gallery-photo-thumbnail img:hover {
                    cursor: pointer
                }

@media (min-width: 0) and (max-width: 800px) {
    #ns-gallery-previewer .ns-gallery-photo-info {
        display: none
    }
}
