#f4 .f4-image {
   position: inherit !important;
}

#topbanner
{
    margin-left: 20px !important;
    margin-right: 20px !important;
}

@media only screen and (max-width: 479px){
    #topbanner
    {
        margin-left: 20px !important;
        margin-right: 0px !important;
    }
}

/*

@media only screen and (min-width: 600px) and (max-width: 800px){ #f4 .f4-image-text { height:120px } }


@media only screen and (max-width: 768px){
   #f4 .f4-image, #content #f4 .f4-image{width:280px;height:360px}
}

#f4
{
height: 500px !important;
}

#topbanner
{
margin-top:30px !important;
}

*/