


    .childrens-wrapper {
        background-color: #c69e3e;
    }


    .childrens-wrapper, .childrens-wrapper > .childrens-wrapper__cover {
        background-image: url('http://ichef.bbci.co.uk/childrens-responsive-ichef/s3/immersive/1920/background/cbeebies/cbeebies-takeover-autumn2.jpg');
    }

    @media screen and (max-width:599px) {
        .childrens-wrapper, .childrens-wrapper > .childrens-wrapper__cover {
            background-image: none;
        }
    }
    @media screen and (min-width: 600px) and (max-width:767px) {
        .childrens-wrapper, .childrens-wrapper > .childrens-wrapper__cover {
            background-image: url('http://ichef.bbci.co.uk/childrens-responsive-ichef/s3/immersive/770/background/cbeebies/cbeebies-takeover-autumn2.jpg');
        }
    }
    @media screen and (min-width: 768px) and (max-width:1279px) {
        .childrens-wrapper, .childrens-wrapper > .childrens-wrapper__cover {
            background-image: url('http://ichef.bbci.co.uk/childrens-responsive-ichef/s3/immersive/1280/background/cbeebies/cbeebies-takeover-autumn2.jpg');
        }
    }
    @media screen and (min-width: 1280px) {
        .childrens-wrapper, .childrens-wrapper > .childrens-wrapper__cover {
            background-image: url('http://ichef.bbci.co.uk/childrens-responsive-ichef/s3/immersive/1920/background/cbeebies/cbeebies-takeover-autumn2.jpg');
        }
    }
