#page-title-wrapper {
    //background-size: 100% 100%;
}
@media all and (max-width: 480px) {
.flickity-carousel.single .carousel-cell {
    width: 100%;
    border: none;
    background-size: 100% 100%!important;
}
}
.flickity-carousel.single .carousel-cell {
background-repeat: no-repeat !important;
}
@media only screen and  (min-width: 1401px) {
     .ozy-caroseul_item a img{
          height:600px;
       }
}
@media only screen and  (max-width: 1400px) and  (min-width: 1000px) {
     .ozy-caroseul_item a img{
          height:500px;
       }
    .flickity-carousel strong.single {
    position: absolute;
    left: 115px;
    bottom: 30px;
    z-index: 999;
    background-color: #fff;
    padding: 5px 20px;
    }
}
@media only screen and (max-width: 999px) and  (min-width: 769px) {
     .ozy-caroseul_item a img{
          height:400px;
       }
    .flickity-carousel strong.single {
    position: absolute;
    left: 115px;
    bottom: 30px;
    z-index: 999;
    background-color: #fff;
    padding: 5px 20px;
    }
}


@media only screen and  (max-width: 768px) and  (min-width: 469px) {
     .ozy-caroseul_item a img{
          height:300px;
       }
    .flickity-carousel strong.single {
    position: absolute;
    left: 115px;
    bottom: 30px;
    z-index: 999;
    background-color: #fff;
    padding: 5px 20px;
    }
}
@media only screen and (max-width: 468px) {
     .ozy-caroseul_item a img{
          height:250px;
       }
    .flickity-carousel strong.single {
    position: absolute;
    left: 115px;
    bottom: 30px;
    z-index: 999;
    background-color: #fff;
    padding: 5px 20px;
    }
}