.imageInContentDiv {
    max-width: 100%;
    padding: 0;
    margin: 0
}

.thumbDisplayAll2,.thumbDisplayAll3 {
    float: left;
    height: auto;
    margin: 5px 10px 5px 5px;
    z-index: 1000
}

.thumbDisplayAll2 {
    width: 46%;
    height: auto
}

.thumbDisplayAll3 {
    width: 30%;
    height: auto
}

figcaption {
    color: #333;
    font-size: 11pt;
    font-style: italic;
    padding: 4px;
    text-align: center;
    font-weight: 400;
    clear: left
}

img.thumbNail {
    width: 100%;
    height: auto;
    cursor: zoom-in;
    margin: 3px;
    box-shadow: 5px 5px 5px #999
}

img.thumbNail:hover {
    box-shadow: 5px 5px 5px #666;
    opacity: .8
}

figcaption,figcaption.set2,figcaption.set3 {
    color: #333;
    font-size: 11pt;
    font-style: italic;
    padding: 4px;
    text-align: center;
    font-weight: 400
}

@media only screen and (max-width: 601px) {
    .thumbDisplayAll2 {
        width:100%;
        height: auto
    }

    .thumbDisplayAll3 {
        width: 100%;
        height: auto
    }

    .thumbMobNo {
        display: none
    }

    img.thumbNail {
        width: 95%;
        height: auto;
        cursor: zoom-in;
        padding-right: 0
    }

    figcaption.set2,figcaption.set3 {
        display: none
    }
}

.lightBox {
    display: none;
    position: fixed;
    z-index: 2000;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.8)
}

.lightBox-content {
    position: relative;
    border: solid #fff;
    margin: auto;
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 0;
    width: 95%;
    max-width: 700px;
	max-width: 55vw
}

@media only screen and (min-width: 1400px) {
	.lightBox-contentX {max-width: 800px}
}

@media only screen and (max-width: 601px) {
    .lightBox-content {
        position:relative;
        border: solid #fff;
        margin: auto;
        margin-bottom: 0;
        padding: 0;
        padding-bottom: 0;
        width: 100%;
        max-width: 800px
    }
}

.closeButton {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    background-color: rgba(0,0,0,.5);
    padding: 0 10px;
    border-radius: 0 0 0 7px
}

.closeButton:focus,.closeButton:hover {
    color: #41729F;
    text-decoration: none;
    cursor: pointer;
    background: #ccc;
    transition: .4s ease
}

.mySlides {
    display: none
}

.next,.prev {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: auto;
    padding: 10px 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    transition: .6s ease;
    border-radius: 0 7px 0 0;
    user-select: none;
    -webkit-user-select: none;
	text-decoration: none;
    background-color: rgba(0,0,0,.5)
}

.next {
    right: 0;
    border-radius: 7px 0 0 0
}

.next:hover,.prev:hover {
    background: #ccc;
    transition: .4s ease;
    color: #41729F
}

h3.slideCaption {
    color: #fff;
    font-size: 16px;
    top: 0;
    left: 0;
    position: absolute;
    font-weight: 700;
    text-shadow: 3px 3px 3px #000;
    padding: 5 20 5 20;
    margin: 0;
    border: solid 2px #000;
    background-color: rgba(0,0,0,.7)
}

@media only screen and (max-width: 601px) {
    h3.slideCaption {
        padding:6px 12px 8px 12px;
        background-color: rgba(0,0,0,.7);
		font-size: 14px;
    }
}

img.slideOverlay {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0
}

A:link.largeImageLink,A:visited.largeImageLink {
    font-size: 9pt;
    color: #099;
    text-decoration: none;
    text-align: center;
    margin: 0 auto
}

A:hover.largeImageLink {
    color: var(--col2nd);
}

p.photoLabel {
    margin: 3px 5px;
	line-height: 120%;
    font-size: 9pt
}

@media only screen and (max-width: 601px) {
    A:link.largeImageLink,A:visited.largeImageLink {
        color: var(--col1st);
        text-decoration: none;
        text-align: center;
        margin: 5 auto
    }

    A:hover.largeImageLink {
        color: var(--col2nd);
    }

    p.photoLabel {
        margin: 0 8;
        font-size: 12pt;
        color: var(--col1st)
    }
}
