/* LARGE DISPLAYS  (Desktops) */
@media (min-width: 1200px){
		.main-bg-div{
		background-size: contain;
	}	
}

/* MEDIUM DEVICES (Desktops) */
@media (min-width: 992px) and (max-width: 1199px){
	.logo-con{
		/*visibility: hidden;
		clear: both;
		display: none;*/ 
	}
	
	.dzs-select-wrapper-head{
		opacity: 0.7;
	}
	
	.main-bg-div{
		background-size: contain;
	}	


}

/* SMALL DEVICES (Tablets) */
@media (min-width: 768px) and (max-width: 991px){
	.logo-con{
		visibility: hidden;
		clear: both;
		display: none;
	}

	.dzs-select-wrapper-head{
		opacity: 0.7;
	}
	
	
	.main-bg-div{
		background-size: contain;
	}	
	
	.the-content-sheet h2, .the-content-sheet h3{
		font-size: 30px;
	}	
	
	.special-quote{
		font-size: 18px;
	}	

	
	.row.row-margin {
		margin-bottom: 15px;
	}

}

/* EXTRA SMALL DEVICES (Phones) */
@media (max-width: 767px){
	.logo-con{
		visibility: hidden;
		clear: both;
		display: none;

	}

	.dzs-select-wrapper-head{
		opacity: 0.7;
	}	
	
	.main-bg-div{
		background-size: contain;
	}	

	.the-content-sheet h2, .the-content-sheet h3{
		font-size: 22px;
	}	
	
	.special-quote{
		font-size: 18px;
	}
	
}


/* 06 MAY 2018 - Background change for each page at small displays (mobile) */
.resp-home .main-bg-div{
	background-image: url('../img/home/bg-main-2.jpg') !important;
}

.resp-bio .main-bg-div{
	background-image: url('../img/home/bg-bio-2.jpg') !important;
}

.resp-acting  .main-bg-div{
	background-image: url('../img/home/bg-acting-2.jpg') !important;
}

.resp-gallery  .main-bg-div{
	background-image: url('../img/home/bg-gallery-2.jpg') !important;
}

.resp-reel  .main-bg-div{
	background-image: url('../img/home/bg-main-2.jpg') !important; /* Home, Reel and Contact pages have the same background images, thus, the same 2nd image is used for both. */
}

.resp-writing  .main-bg-div{
	background-image: url('../img/home/bg-writing-2.jpg') !important;
}

.resp-videos  .main-bg-div{
	background-image: url('../img/home/bg-vid-2.jpg') !important;
}

.resp-contact  .main-bg-div{
	background-image: url('../img/home/bg-main-2.jpg') !important;
}