


    .childrens-wrapper {
        background-color: #dfdfdf;

        .ugc-cta-container {
            border-color: #dfdfdf;
        }
    }



    .childrens-wrapper, .childrens-wrapper > .childrens-wrapper__cover {
        background-image: url('https://ichef.bbci.co.uk/childrens-responsive-ichef-live/s3/immersive/1920/background/cbbc/CBBC_Background_Grey.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('https://ichef.bbci.co.uk/childrens-responsive-ichef-live/s3/immersive/770/background/cbbc/CBBC_Background_Grey.jpg');
        }
    }
    @media screen and (min-width: 768px) and (max-width:1279px) {
        .childrens-wrapper, .childrens-wrapper > .childrens-wrapper__cover {
            background-image: url('https://ichef.bbci.co.uk/childrens-responsive-ichef-live/s3/immersive/1280/background/cbbc/CBBC_Background_Grey.jpg');
        }
    }
    @media screen and (min-width: 1280px) {
        .childrens-wrapper, .childrens-wrapper > .childrens-wrapper__cover {
            background-image: url('https://ichef.bbci.co.uk/childrens-responsive-ichef-live/s3/immersive/1920/background/cbbc/CBBC_Background_Grey.jpg');
        }
    }

