#phonescript {
	background-image: url(https://assets-cdn.carwars.com/websites/callbox/landers/phonescriptbg.jpg);
	background-size: cover !important;
	background-position-x: left;
	background-position-y: top;
}

#phonescript img {
	height: 400px;
	width: auto;
	display: none;
}

@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
	#phonescript img {
	}
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	#phonescript img {
	}
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
	#phonescript img {
	}
}

@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
	#phonescript img {
	}
}
