@media screen and (max-width:990px) {
	.slide-nav-button {
    	height: 25px !important;
        width: 25px !important;
  	}
  	.slide-nav-prev {
    	left: 0px !important;
  	}
  	.slide-nav-next {
    	right: 0px !important;  
    }
    .luna-slider {
      margin-top: -1px !important;
  	}
    .luna-slider .slide-content {
        margin-left: unset !important; 
    }
}

#elCopyright_userLine, #elCopyright, .ipsfocusCopyright {
	display: none !important;
}
.ipsBreadcrumb {
 	display: none !important; 
}

.luna-slider {
  	height: 100vh;
	margin-top: -161px;
    -webkit-mask-image: linear-gradient(to bottom, black 89%, transparent 100%);
  	mask-image: linear-gradient(to bottom, black 89%, transparent 100%);
}

.luna-slider .swiper-slide {
    height: 100vh;
	/*padding-top: 212px;*/ 
}

.luna-slider .slide-content {
	margin-left: 25px; 
}

.luna-slider .swiper-container {
	z-index: unset; 
}