.largeBanner {
    background-image: url("../images/Main Image-Derwydd Mansion.jpg");
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.slimBanner .twoThirdsSegment.image1 {
    background-image: url("../images/Home page-History.jpg");
}

.slimBanner .twoThirdsSegment.image2 {
    background-image: url("../images/Home page-Weddings.jpg");
}

.slimBanner .twoThirdsSegment.image3 {
    background-image: url("../images/Home page-Gardens.jpg");
}

.bottomBanner .oneThirdSegment.image1 {
    background-image: url("../images/Small Square 1-Gallery.jpg");
}

.bottomBanner .oneThirdSegment.image2 {
    background-image: url("../images/Small Square 2-no text.jpg");
}

.bottomBanner .oneThirdSegment.image3 {
    background-image: url("../images/Small Square 3-Contact Us.jpg");
}


.mobView.left.oneThirdSegment {
    display: none;   
}

@media (max-width: 800px) {
    .mobView.left.oneThirdSegment {
        display: block;   
    }
    
    .normView.right.oneThirdSegment {
        display: none;   
    }
}
