/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .LF-clarins-finder__item {
        width: 94% !important;
    }
    .LF-clarins-finder__item-txt > p:first-of-type {
        font-size: 13px !important;
    }
    .LF-clarins-finder__item-img img {
        width: 104% !important;
        height: 272px !important;
}
}

/* tablet landscape */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .LF-clarins-finder__item-img {
        height: 260px !important;
    }
    .LF-clarins-finder__item {
        width: 84% !important;
    }
    .LF-clarins-finder__item-txt > p:nth-of-type(2) {
        min-height: 83px !important;
    }
}

@media (max-width: 480px) {

     .LF-clarins-finder__item-img {
        height: 260px !important;
    }
    .LF-clarins-finder__item {
        width: 84% !important;
    }
    .LF-clarins-finder__item-txt > p:nth-of-type(2) {
        min-height: 83px !important;
    }
}