/*@media screen and (min-width:320px) and (max-width:640px){
	.icon-logo {
    
	}
	.mobile-view{
		
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px){

}*/


@media only screen
and (min-width: 768px)
and (max-width : 936px) {
	.container {
		max-width: 890px;
	}
	
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	.mobile-view{
	left: -11px;
    position: relative;
   	top:0;
    /*width: 108%;*/
	}
	
	.gcpgh {
    margin-top: -48px;
	}

}

@media screen and (device-width: 360px) and (device-height: 640px)  {
	.mobile-view{
	left: 0;
    position: relative;
   	top:0;
    width: 100%;
	}
	.icon-logo {
    margin-bottom: 102px;
    
}
}


/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}*/