@media (max-width:995px) {
	#phone {
		right: 15px;
		top: 113px;

	}
	
	#phone h3 {
		font-size: 25px;		
	}
	
	.pull-right {
		float: left !important;
	}
	
	.img-arrow {
		display: none;
	}

.img-centre {
	min-height: 500px;
}

}

@media (max-width:767px) {
	#phone {
		left: 20px;
		top: 115px;

	}
	
	#phone h3 {
		font-size: 25px;		
	}

}
