@media screen and (min-width: 1800px) {
    body {
        background: url("/images/background/winter_two_left.jpg") no-repeat space, url("/images/background/winter_two_right.jpg") no-repeat space;
        background-attachment: fixed, fixed;
        background-position: left center, right center;
        z-index: 5000;
    }
}

@media screen and (min-width: 1150px) and (max-width: 1281px) {
    body {
        background: url("/images/background/winter_one_left.jpg") no-repeat space, url("/images/background/winter_one_right.jpg") no-repeat space;
        background-attachment: fixed, fixed;
        background-position: left center, right center;

        z-index: 5000;
    }
}

.jamasshead {
    text-align: center;
    padding: 70px;
    background: url("/images/background/masthead/bg-masthead2.jpg") no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    background-attachment: fixed;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background/masthead/bg-masthead-autumn.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background/masthead/bg-masthead-autumn.jpg', sizingMethod='scale')";
}

/* .nspArtPage.active.nspCol3 .nspArt.nspCol3:first-child { */
/* display: none; */
/* } */

/* .nspArtPage.active.nspCol3 .nspArt.nspCol3 { */
/* clear: unset !important; */
/* min-height: 660px; */
/* } */


.photo-17 .nspArt.nspCol3 .center.tcenter.fnone img {
    width: 100%;
    height: 100%;
    max-height: 370px;
    object-fit: cover;
	object-position: center;
}

.photo-17 .nspArt.nspCol3 .center.tcenter.fnone a {
	display: block;
	width: 100%;
    height: 370px
}