@media only screen and (max-width : 1920px){
	
	#main_title{
		display : inline-block;
		max-width : 680px;
	}
}

@media only screen and (max-width : 900px){
    .nomobile{
        display : none;
    }   
    .onlymobile{
        display : inherit;
    }
	
}