/** Small devices */
@media (max-width: 1080px) { 
	section { width: 30vw !important; }
    section .header { font-size: 1.3em !important;}   
}

/** Small devices */
@media (max-width: 768px) { 
	section { width: 75vw !important; }
    section .header { font-size: 1.3em !important; background-position: 30px !important; background-size: 40px;}   
}