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

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

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

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

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

    .swiper-content .hero.new-york .middle .image.three {
        background: url("../images/selfcatering/colania/colania7.jpg");
        background-size: cover;
        background-position: center;
    }
    .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;
    }