﻿.largeImageDisplay{
    width:100%;
}

    .largeImageDisplay .innerContent {
        width: 100%;
    }

    .largeImageDisplay .overDiv {
        Position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 5;
    }

.contentShow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.50);
    width: 100vw;
    height: 100vh;
    z-index: 40;
}

.contentClose {
    position: fixed;
    right: 0;
    top: 0;
    font-size: 3em;
    cursor: pointer;
}

.contentPrev {
    display: inline-block;
    width: 3.5%;
    font-size: 5em;
    margin-top: 45vh;
    margin-left: 3vw;
    vertical-align: top;
}

    .contentPrev .divPrev {
        cursor: pointer;
        color:white;
    }

.contentNext {
    display: inline-block;
    width: 3.5%;
    font-size: 5em;
    margin-top: 45vh;
    margin-left: 5vw;
    vertical-align: top;
}

    .contentNext .divNext {
        cursor: pointer;
        color: white;
    }

.contentFullPhoto {
    display: inline-block;
    width: 80%;
    height: calc(100vh - 140px);
    padding: 20px;
    position: relative;
}

    .contentFullPhoto img {
        background: rgba(5,5,5,0.75);
        width: 100%;
        height: 100%;
        object-fit: contain;
        border: 2px solid black;
    }

.contentCaption {
    font-size: 1.25em;
    text-align: center;
    color: white;
    width: 60%;
    display: inline-block;
    padding: 10px;
}

.contentFooter {
    width: 80%;
    margin: 10px auto;
}

.contentFooterSection {
    width: 19%;
    display: inline-block;
}
