	@media screen and (max-width:1080px) {
				.desktop {
					display: none;
				}
				/*.bg_shadow{
					display: none;
				}*/
			}
		
			@media screen and (min-width:1080px) {
				.phone {
					display: none;
				}
			}