
/* Carriers */

.express {
    background-image: linear-gradient(to left, rgba(16, 16, 16, 255) 25%, rgba(16, 16, 16, 0) 75%), url('img/tesco-express.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

.metro {
    background-image: linear-gradient(to left, rgba(16, 16, 16, 1) 25%, rgba(16, 16, 16, 0) 75%), url('img/tesco-metro.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

.extra {
    background-image: linear-gradient(to left, rgba(16, 16, 16, 1) 25%, rgba(16, 16, 16, 0) 75%), url('img/tesco-extra.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

.value {
    background-image: linear-gradient(to left, rgba(16, 16, 16, 1) 25%, rgba(16, 16, 16, 0) 75%), url('img/tesco-value.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Locations */

.gcrv1568-ab1b {
    background: rgba(16, 16, 16, 1);
    background-image: linear-gradient(to left, rgba(16, 16, 16, 1) 25%, rgba(16, 16, 16, 0) 75%), url('img/gcrv1568-ab1b.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
