
    .ticket-selection-layout__main:after {
        background: url('https://s3-eu-west-1.amazonaws.com/howler-production/mgw.jpg');
        height: 2500px;
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
    }
