/* --- /// CINEMA SPECIFICS - YATALA DRIVE-IN /// --- */

	/* Set slider background */
	header div.previews div.preview {
	    background: url(https://s3-ap-southeast-2.amazonaws.com/yc.cldmlk.com/b301x9vh03t9wavngphacm6t24/1601347105070_fsc-di_bg.png);
	    }
	    
	 /* -- Logo placement -- */
	header div.logo {
		margin-top:0px;
		}
		
	/* Logo padding - Devices up to 800px width */
	@media screen and (max-width: 800px) {
		header div.main-menu div.logo {
			padding-top: 0px!important;
			padding-bottom: 6px!important;
			margin-top: 0px;
			}
		header div.main-menu div.logo img {
			max-width: 120px!important;
			}
	}