/* at 500px take out kids eat free spacer
at 500px take out unlimited entry spacer
at 750px add spacer to welcome bottle of wine 
at 750px add spacer to cruise from brisbane take off at 500px 
at 750px add spacer to 15% off take off at 600px */

@media only screen and (max-width: 500px) {
    .kidsEatDesktop{
        display: none;
    }
    .unlimitedEntryDesktop{
        display: none;
    }
    .cruiseBrisbaneMobile{
        display:none;
    }
}

@media only screen and (min-width: 750px) {
    .welcomebottleMobile{
        display:none;
    }
    .cruiseBrisbaneMobile{
        display:none;
    }
    .fifteenMobile{
        display:none;
    }
}

@media only screen and (max-width: 600px) {
    .fifteenMobile{
        display:none;
    }
}