.tar-header {
			height: 320px;
			background-image: url('greg.jpg'); 
			background-size: cover;
			background-repeat: no-repeat;
			background-position: left top;
			color: #000;
			text-align: right;
		}
		.tar-info {
			display: block;
		}
		.tar-name {
			font: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			font-size: 50px;
			margin-top: 20px;
		}
		.tar-phone {
			font: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			font-weight: bold;
			font-size: 50px;
			margin-bottom: 20px;
			text-shadow: 1px 1px 2px #fff;
		}
		.tar-btn {
			background-color: #b05327;
			color: #fff;
		}
		.tar-btn:hover {
			background-color: #457983;
			color: #fff;
		}
		.tar-info-m {
			display: none;
			background-color: #dceff5;
			padding: 20px; 0px;
		}
		
		@media screen and (max-width: 992px) {
			.tar-info {
				display: none;
			}
			.tar-info-m {
				display: block;
			}
		}
		@media screen and (max-width: 768px) {
			.tar-header {
				height: 400px;
			}
			.tar-name {
				font-size: 40px;
			}
			.tar-phone {
				font-size: 30px;
			}
		}
		@media screen and (max-width: 480px) {
			.tar-header {
				height: 250px;
			}
		}