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

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

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

    .swiper-content .hero.new-york .middle .image.one {
        background: url("../images/selfcatering/braeview/5.jpg");
        background-size: cover;
        background-position: center;
    }

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

    .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;
    }