/* ==========================================================================
   CUSTOMISATION FOR SINGLE INNER PAGES
   ========================================================================== */
   
.header-container {
 	height: 14vh;
}

.header-container:before {
 	height: 23vh;
}

@media only screen and (max-width: 768px) {
	.header-container {
	   	overflow: visible;
	}
}
