﻿/*Self Catering css image Overides */
.swiper-content .hero.new-york {
    background: url("../images/selfcatering/lochcottage.jpg");
    background-position: center;
    background-size: cover;
}
    .swiper-content .hero.new-york .top .image.one {
        background: url("../images/selfcatering/cloch/banner.png");
        background-position: center;
        background-size: cover;
    }

    .swiper-content .hero.new-york .top .image.two {
        background: url("../images/selfcatering/cloch/cottage.jpg");
        background-position: center;
        background-size: cover;
    }

    .swiper-content .hero.new-york .top .image.three {
        background: url("../images/selfcatering/cloch/loch.jpg");
        background-position: center;
        background-size: cover;
    }

    .swiper-content .hero.new-york .middle .image.one {
        background: none;
    }
    .swiper-content .hero.new-york .middle .image.two {
        background: none;
    }
    .swiper-content .hero.new-york .middle .image.three {
        background: none;
    }
    .swiper-content .hero.new-york .bottom .image.one {
        background: none;
    }

    .swiper-content .hero.new-york .bottom .image.two {
        background: none;
    }

    .swiper-content .hero.new-york .bottom .image.three {
        background: none;
    }