@media screen and (max-width: 480px) {
    
    #banner {
        background-color: transparent !important;
        background-image: none;
    }
        
    
    #banner h2 {
        font-size: 2.3em;
        text-align: center;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
    }

     #banner p {
        font-size: 1em;
        text-align: center;
     }
	
	#banner	a {	 
		width: 100%;
		font-size: 1em;
		border: solid 1px white;
	}

    #footer {
        background-color: transparent !important;
        background-image: none;
    }

    .wrapper.spotlight .inner {
        border-bottom: solid 1px black;
    }
	 
}