
.object-wrap {
	position: absolute;
	z-index: 10;
	opacity: 1;
	transition: all 0.5s ease;
}


.object-wrap img {
	height: 100%;
	width: 100%;
}

.object-wrap img {
	transition: all 0.2s ease;
	filter: drop-shadow(0px 0px 0px rgba(0,0,0,0)) brightness(100%);;
}

.object-wrap:hover img {
	filter: drop-shadow(0px 0px 6px yellow) brightness(105%);
	cursor: pointer;
}

#header {
	position: relative;
}

.interactive-header {
	position: relative;
}

.interactive-header .bg {
	width: 100%;
	max-width: 100%;
}

.object-wrap.invisible-object {
	top: 0;
	opacity: 0;
}


#object-wrap-1 {
	top: 3%;
	left: 25%;
	width: 5%;
}

#object-wrap-2 {
	top: 3%;
	left: 32.5%;
	width: 8.5%;	
}

#object-wrap-3 {
	top: 35.25%;
	left: 56%;
	width: 8.25%;	
}
#object-wrap-4 {
	top: 41.25%;
	left: 67%;
	width: 5%;	
}
#object-wrap-5 {
	top: 4.35%;
	left: 76%;
	width: 4.35%;	
}

#object-wrap-6 {
	top: 47.75%;
	left: 87%;
	width: 4%;	
}



#mb-object-wrap-1 {
	top: 7%;
	left: 48%;
	width: 11%;
}

#mb-object-wrap-2 {
	top: 1%;
	left: 21%;
	width: 17%;	
}

#mb-object-wrap-3 {
	top: 52%;
	left: 42%;
	width: 18%;	
}
#mb-object-wrap-4 {
	top: 56%;
	left: 66%;
	width: 13%;	
}
#mb-object-wrap-5 {
	top: 32%;
	left: 80%;
	width: 11%;	
}

#mb-object-wrap-6 {
	top: 4%;
	left: 70%;
	width: 9.5%;	
}


a, a img {
	outline: none;
	border: none;
}

.object-wrap.dot-marked a:before {
	content: "";
	display: block;
	position: absolute;
	left:-25px;
	top: 0;
	border: 2px solid #FFFFFF;
	background-color: #ef7d00;
	height: 18px;
	width: 18px;
	border-radius: 50%;
}

#mobile-header .object-wrap.dot-marked a:before {
	left:-15px;
	height: 16px;
	width: 16px;
	z-index: 11;
}

#mobile-header #mb-object-wrap-2 a:before {
	left:0px;
}

.object-wrap.dot-marked:hover a:before {
	background-color: #FFFFFF;
	border-color: #ef7d00;
}


.object-wrap.play-marked a:before {
	font-family: 'icons' !important;
	content: "\e902";
	color: #FFFFFF;
	display: flex;
	font-size:1vw;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: absolute;
	left: 34.4%;
	top: 22%;
	background-color: #ef7d00;
	width: 31.25%;
	height: 41.6666%;
	border-radius: 50%;
	z-index: 11;
	padding-left: 2px;
}

.object-wrap.play-marked:hover a:before {
	color: #ef7d00;
	background-color: #FFFFFF;
}

#mobile-header .object-wrap.play-marked a::before {
	font-size:2.5vw;
}

.mobile-icon img {
	border-radius: 50%;
	transition: all 0.3s ease;
}

.mobile-icon:focus img {
    border: 2px solid #ef7d00 !important;
    padding: 4px;
}



.popup-video-wrap,
.popup-embed-video-wrap {
    height: 0;
    padding-bottom: 56.25%;
	/*padding-bottom: 62%;*/
    position: relative;
    width: 800px;
    max-width: 100%;
}
.popup-video-wrap iframe,
.popup-embed-video-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
