﻿

/* #Media Queries - Have to isolate this because it is making an issue on iPhone 4 and iPhone 3GS (iOS 3 and 4) where the page extends to the right as it too wide for the screen ================================================== */ 
@media only screen and (max-width: 960px) { 
    .container { width: 90%; }
}

@media only screen and (max-width: 767px) { 
    .container ,.columns{ width: 100% !important; }
    .container {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 480px) { 
    
    .text-section.home-featured .project.wide, .text-section.home-featured .project.wide .img { width: 100% !important; height: auto !important; }

}
