@media only screen and (max-width:900px){
    .facebook-cover{
        width: 100%;
    }

}

@media only screen and (max-width:850px){
	.insta-pg #camera_wrap_1 {
		height: 810px !important;
	}	
}

@media only screen and (max-width:768px){
	.insta-pg #camera_wrap_1 {
		height: 735px !important;
	}	
}

@media only screen and (max-width:680px){
    .linkedin{
        width: 100%;
 
    }
}

@media only screen and (max-width:640px){
	.insta-pg #camera_wrap_1 {
		height: 605px !important;
	}	
}

@media only screen and (max-width:600px){
    .top-cntct-detail{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .cntct-content{
        display: inline-block;
        float: none;
    }
    
    .banner-design{
        bottom: auto;
        right: auto;
        position: relative;
        float: right;
        margin-top: 20px;
    }
    
    .nav ul li{
        width: 30.5%;
    }
	.brchr-design{
		width:100%;
	}
}

@media only screen and (max-width:480px){
    .logo{
        float: none;
        display: block;
        margin: 10px auto;
    }
    .banner-design {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
	
	.insta-pg #camera_wrap_1 {
		height: 455px !important;
	}
}

@media only screen and (max-width:440px){
    .nav ul li{
        width: 47.5%;
    }
}

@media only screen and (max-width:360px){
	.insta-pg #camera_wrap_1 {
		height: 345px !important;
	}	
}