.banner {
  margin-left:auto;
  margin-right:auto;
  /*max-width:1920px;*/
}

.banner .container {
  position:relative;
}

.banner .banner-logo {
  margin-bottom:30px;
}

.banner .banner-logo p {
  font-size:25px;
  line-height:1.2;
  margin-top:10px;
  font-weight:700;
}

.banner .swiper-pagination-bullet {
  height:15px;
  width:15px;
}

.banner .banner-slide {
  display:flex;
}

.banner .owl-item {
  height: 0;
}

.banner .owl-item .owl-item.active {
  height: auto;
}

.banner .banner-content {
  align-self:center;
  padding:40px 0;
}

.banner .banner-content h1 {
  font-size:42px;
  line-height:1.2;
  margin-top:0;
  max-width:645px;
}

.banner .banner-image {
  margin-top:30px;
  text-align:left;
  position: relative;
}

.banner .banner-image img {
  display:block;
  margin:0 auto;
}

.banner .banner-animation {
  display:block;
  width:100%;
  height:50vh;
  margin-bottom:40px;
  overflow:hidden;
  position:relative;
}

.banner .banner-animation svg {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  object-fit:contain;
}

.banner .imagecaption {
  position: absolute;
  bottom: 5px;
  right: 15px;
  display: inline-block;
}

/* .banner .banner-image-wrapper{
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
  height: auto;
  width:100%;
}

.banner .banner-image-wrapper img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
*/

@media only screen and (min-width:991px) {
  .banner .banner-image {
    margin-top:0;
  }
}

@media only screen and (min-width:1024px) {
  .banner .banner-image {
    align-self:center;
    text-align:right;
  }
}

@media only screen and (min-width:1280px) {
  .banner .banner-content h1 {
    font-size:50px;
  }
}

@media only screen and (min-width:1900px) {
  .banner .banner-logo {
    position:absolute;
    left:-235px;
    text-align:center;
  }

  .editor-styles-wrapper .banner .banner-logo {
    left:-185px;
  }
}

@media all and (min-width:0px)
{
  .swiper-button-prev,
  .swiper-button-next
  {
    display:none;
  }
}
@media (min-width:1600px)
{
  .swiper-button-prev,
  .swiper-button-next
  {
    display:block;
  }
}
.swiper-container
{
  position:relative;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content:"";
}
.swiper-button-prev,
.swiper-button-next
{
  width:40px;
}

.swiper-button-prev
{
  left:55px;
}
.swiper-button-next
{
  right:55px;
}


.swiper-button-lock
{
  display:none!important;
}

.banner.header-with-padding .banner-slide  {
  padding: 5rem 0;
}