/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/


    /* Large Devices, Wide Screens beyond 1900 HD*/
    @media only screen and (min-width : 1900px) {
	    
 #about{
	 background-position: left top;
	 background-size: 100% auto;
 }

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1900px) {
	    
	.logo-wrap{
	position: absolute;
	top: 25vw;
	left: 50px;
	text-align: center;
	width: 450px;
	z-index: 33;
	
}  
	 
    }

  