/* DTW - MASTER */

body, html{
  overflow-x: clip !important;
}

.SF-clarins-finder__item {
  width: 280px !important;
}

.SF-clarins-finder__item-txt {
  padding-bottom: 20px !important;
}

 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .SF-clarins-finder__container{
    margin: 46px;
  }
  /*.serum-finder-screen[data-screen="steps"] {
    min-height: 700px !important;
  }*/
  /*.serum-finder-screen[data-screen="steps"] .serum-finder-background img {
    width: 125%;
  }*/

  .serum-finder-background img{
    width: 125%;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .SF-clarins-finder__container{
    margin: 50px 45px 0 80px;
  }
  .serum-finder-screen[data-screen="steps"] {
    min-height: 700px !important;
  }
}

@media (max-width: 480px) {
  .serum-finder-background {
    width: 120vw;

  }
  .serum-finder-steps__item .serum-finder-steps__picto {
    width: 50px;
  }

}