#bodycontent1-marqueetext .CQMarqueeImageHeight {
                        height: 256px
                    }
                    
                    #bodycontent1-marqueetext .CQMarqueeHeaderSize {
                        font-size: 45px;
                        line-height: 1.1;
                    }

                    #bodycontent1-marqueetext .CQMarqueeOverlayWidth {
                        width:auto
                    }

                    #bodycontent1-marqueetext .CQMarqueeOverlayAnchor {
                        position: absolute;
                        left : 0px;
                        bottom : 44px;
                        right : auto;
                        top : auto;
                    }

                    #bodycontent1-marqueetext .CQMarqueeImageAnchor {
                        position: absolute;
                        left : 0;
                        top : -44px;
                        right : auto;
                        bottom : auto;
                    }

                    /*TODO: move this to etc/designs */
                    #bodycontent1-marqueetext .cqMarqueeAmpersandRed {
                        color: #F00;
                    }
                
@media screen and (max-width:359px) {
    #bodycontent1-marqueetext .CQMarqueeImageHeight {
                        height: 300px
                    }
                    
                    #bodycontent1-marqueetext .CQMarqueeHeaderSize {
                        font-size: 40px;
                        line-height: 1.1;
                    }

                    #bodycontent1-marqueetext .CQMarqueeOverlayWidth {
                        width:auto
                    }

                    #bodycontent1-marqueetext .CQMarqueeOverlayAnchor {
                        position: absolute;
                        left : 0px;
                        bottom : 0px;
                        right : auto;
                        top : auto;
                    }

                    #bodycontent1-marqueetext .CQMarqueeImageAnchor {
                        position: absolute;
                        left : 0;
                        top : 0;
                        right : auto;
                        bottom : auto;
                    }

                    /*TODO: move this to etc/designs */
                    #bodycontent1-marqueetext .cqMarqueeAmpersandRed {
                        color: #F00;
                    }
                
}
