
 /*------------------------------------------ (3)ABOUT SECTION -------------------------*/ 
 
 #container3 {
   background:url(../img/mesh8.jpg) ;
   background-color:transparent;
   background-size:contain;
   background-image:;
   height:auto;          
   width:100%;  
   border-style: solid;
   border-width: 0px;
   border-color:aqua;
   border-color:red;
   padding:5% 10% 1% 10%; /*-----(T) (R) (B) (L)---*/
 }
 
 #inner3 {
   background: url(../img/steel4.jpg) center;
   background-color:transparent;
   background-size:contain;
   height:auto ;         
   width::auto ;   
   border-style: solid;
   border-width:0px;
   border-color:yellow;
   text-align:center;
   
   padding:8% 5% 0% 5%; /*-----(T) (R) (B) (L)---*/
   
   webkit-box-shadow: 0px 0px 10px 7px #000000;
   moz-box-shadow: 0px 0px 10px 7px #000000;
   box-shadow: 0px 0px 10px 7px #000000;
    

 }
 
 
 img {
   border:0px solid black; /* not working ??  */
   vertical-align:bottom;
   padding:0% 0% 0% 0%; /*-----(T) (R) (B) (L)---*/
   
   }
 /*------------------------------------------ (3) END ABOUT SECTION -------------------------*/ 
 