.home_banner_image,
.home_banner_video {
    position: relative;
    height: 100%;
    width: 100%;
}
.home_banner_slide {
  position: relative;
  overflow: hidden;
}
.home_banner_slide>div:not(.home_banner_content):before {
  content: "";
  display: flex;
  background: rgba(0, 0, 0, 0.33);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.home_banner_video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home_banner_section .home_banner_video video ,
.home_banner_section .home_banner_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: calc((var(--vh, 1vh) * 100) - var(--headerheight));
    min-height: 300px;
}
.home_banner_content {
    position: absolute;
    color: var(--white);
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 5;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
/*.home_banner_content:has(.date, .btn) {
  padding-bottom: 10.7%;
  padding-top: 10.7%;
}*/
.home_banner_content .content {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.home_banner_content .content a.btn {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
.home_banner_content .content h1 {
  margin-bottom: 5px;
}

.home_banner_content .date {
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  background: rgba(252, 252, 252, 0.43);
  border-radius: 5px;
  padding: 8px 15px;
  margin-top: 35px;
}
.home_banner_section .slick-track {
  display: flex;
}
.home_banner_section .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.home_banner_section .slick-arrow.slick-prev {
  left: 20px;
  right: auto;
}
.home_banner_section .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}
.home_banner_section ul.slick-dots {
  position: absolute;
  bottom: 10px;
}
.home_banner_image .home_banner_desktop{
	display:flex;
	height:100%;
}
.home_banner_image .home_banner_mobile{
	display:none;
	height:100%;
}
.breadcrumb-wrapper + .home_banner_section .home_banner_desktop,
.breadcrumb-wrapper + .home_banner_section .home_banner_image .home_banner_mobile{
	height:auto;
}
.breadcrumb-wrapper + .home_banner_section .home_banner_image img {
    height: 80%;
}
@media only screen and (max-width: 767px) {	
	.home_banner_image .home_banner_desktop{
		display:none;
	}	
	.home_banner_image .home_banner_mobile{	
		display:flex;
	}
	.home_banner_content .content a.btn {
		margin-top: 0px;
	}	
	.home_banner_image, .home_banner_video {
		height: auto;
	}
	.home_banner_section .home_banner_video video, 
	.home_banner_section .home_banner_image img {
		max-height: initial;
		height: auto;
	}
	.home_banner_content {
		position: static;
		height: auto;
		color: var(--blue);
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.home_banner_content .date {
		background: #eef2f9;
		margin-top: 10px;
	}
	
	.home_banner_slide>div:not(.home_banner_content):before {
		display:none;
	}
}
@media only screen and (max-width: 575px) {
	.breadcrumb-wrapper + .home_banner_section .home_banner_content {
		/*padding-bottom: 30px;
		padding-top: 60px;*/
	}
  .home_banner_content .content h1 {
    margin-bottom: 10px;
  }
  .home_banner_content .content .h5 {
    margin-bottom: 22px;
  }
}

