/* Banner container styles */
.adf-Banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    cursor: auto;
}

/* Removable elements styles */
.adf-Button {
    top: 15px;
    right: 15px;
}


/* Carousel elements styles */
.adf-Carousel {
    /*max-height: 92%;*/
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.adf-Carousel-panelContent {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background: #000;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    /*Change Each Panel's Border*/
    border: 1px solid #003C5A;
}

.adf-Controls {
    font-size: 16px;
}

/* Video styles */
.adf-Video {
	background: #000;
    width: 100%;
	height: 100%;
    position: absolute;
}

.adf-Video>video {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
}

.adform-video-stop,
.adform-video-rewind,
.adform-video-full-screen,
.adform-video-seek-bar {
	display: none;
}

.adform-video-sound {
    right: 5px
}

.no-controls .adform-video-big-play, .no-controls .adform-video-play-pause, .no-controls .adform-video-sound {
    display: none;
}

/* Slider elements styles */
.adf-Slider-Container {
    top: 0;
    left: 0;
}

.adf-Slider-Container img {
    width: 100%;
    height: 100%;
}
/*.adf-Controls:hover{*/
/*    opacity: 0.8;*/
/*}*/
#adf-navButton-right{
    position: absolute;
    width: 29px; height: 68px;
    bottom: 0; top: 0; right: 0;
    margin: auto 0;
    /*background: url(../assets/arrow-right-grey-2.png) no-repeat 50% 50%;*/
    /*background-size: contain;*/
    -webkit-transform: translateZ(0) rotate(0.01deg);
    transform: translateZ(0) rotate(0.01deg);
}
#adf-navButton-left{
    position: absolute;
    width: 29px; height: 68px;
    bottom: 0; top: 0; left: 0;
    margin: auto 0;
    /*background: url(../assets/arrow-right-grey-2.png) no-repeat 50% 50%;*/
    /*background-size: contain;*/
    -webkit-transform: translateZ(0) rotate(180deg);
    transform: translateZ(0) rotate(180deg);
}
#adf-navButton-left div,
#adf-navButton-right div {
    position: absolute;
    bottom: 0; top: 0; right: 0;
    margin: auto 0;
    width: 100%; height: 100%;
    background: url(../assets/arrows-red.png) no-repeat 50% 50%;
    background-size: contain;
}

#adf-banner-border{
    position: absolute;
    left: 0; top: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    cursor: pointer;
}
/*Maps Panel CSS*/
#overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	background-image: url("../assets/frame5.png");
	background-size: cover;
	opacity: 1;
	transition: opacity 1s;
	cursor: default;
}

#overlay.fadeOut {
	opacity: 0;
}

.button {
	position: absolute;
	bottom: 18px;
	left: 0; right: 0;
	margin: 0 auto;
	cursor: pointer;
}