/************************************************************************************
greater than 900
*************************************************************************************/
@media screen and (min-width : 901px) {
 
}

/************************************************************************************
smaller than 900
*************************************************************************************/
@media screen and (max-width: 900px) {
    
}


/************************************************************************************
smaller than 790
*************************************************************************************/
@media screen and (max-width: 790px) {

#col25, #col30, #col33, #col35, #col40, #col50, #col60, #col70 {
           width: 100%;      
           }

#banner {
	padding-top: 0px;
    }

.box {
     width:99%;  
      }      

#show {
		width: 98%;
		position: relative;
		}

figure {
        width:98%;   
        }                                     
}

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {

/* disable webkit text size adjust (for iPhone) */

html {
	-webkit-text-size-adjust: none;
    }

    
.gallery33 {
           width: 98%;
           float: none;
           }          

.gallery33 img{
             max-width: 100%;
             } 
}       