@media (max-width: 766px) {
    .msl-pagebanner img {
        display:none;
    }
}

.greenweekbox:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 53px;
    opacity: 0.9;
    background-image: url(../png/green-week-icon-strip.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}

.greenweekbox {
    padding-bottom: 50px;
}