/* This template contains media queries used for responsive designs that adapt to fit the viewport being used to view the site. */ @media only screen and (max-width: 640px) { /* Add your custom styles here for Mobile */ } body.banner-content-empty.page-thumbnail-as-banner #page-thumb { display: none; } #banner-area { background: url(http://www.fundamental-inc.com/home); background-repeat: no-repeat; } @media only screen and (max-width: 480px) { /* Add your custom styles here for smaller Mobile */ }