/* Mobile View CSS ************************************************************************************************ */

@media (max-width: 640px) { /* Begin @media max-width: 640px */ 
/* Main -------------------------------------------------- */

#header {
    background-image: url(/ccd/sites/www.uky.edu.ccd/files/Banner_new.png) !important;
    background-size: 100% auto !important;

}

img {
    width: 100% !important;
    height: auto !important;
}

.logo-interior {
    width: 80% !important;
    height: auto !important;
}

.file-icon {
    width: 15px !important;
    height: auto;
    margin-bottom: 5px;
}





/* Footer -------------------------------------------------- */
.region-footer-first-column {
	width: 95% !important;
	float: left  !important;
	}

.region-footer-second-column {
	width: 95% !important;
	float: left  !important;
	}

.region-footer-third-column {
	width: 95% !important;
	float: left  !important;
	}


/* End @media max-width: 640px */ }