p.logo__title {
    width: 366px;
    max-width: 100%;
}

#slider > div {
    max-width: 1100px!important;
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
#slider > div {
    max-width: 100%!important;
}
.wrap__slider--inner .slider__image {
    background-size: inherit;
}

}
@media screen and (max-width: 320px) {
  .logo__image {
    height: auto!important;
    width: 100%!important;
}
}