/* Small devices (phones, tablets less than 48em) */

/* // min 768px*/

@media only screen and (min-width: 47.9em) {

    .wrap-thumbslide {
        top: 0;
    }
    .company {
        text-align: left;
        font-size: 70%;
    }
    .production {
        text-align: right;
        padding-right: 0;
        font-size: 70%;
    }
}
