@media all and  ( max-height: 1080px ){
	
		#boomCanvas{
			max-width:640px;
			max-height:640px;
		  }
	
		.logo{
			max-width:640px;
		}
	
		#promoRow{
			max-width: 640px !important;
		}
	
}

