.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100vh - 111px - 90px);
    z-index: 1;
  }
  .slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .slideshow .slide.is-active {
    display: block;
  }
  .slideshow .slide.is-loaded {
    opacity: 1;
  }
  .slideshow .slide .caption {
    padding: 0px 10%;
  }
  .slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
  }
  .slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  .slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .slideshow .slide .title {
    margin: 0 auto 15px;
    width: 577px;	
    color: #FFFFFF;	
    font-family: Camber-Sb;	
    font-size: 66px;	
    line-height: 72px;
  }
  

  .slideshow .slide .text {
    margin: 0;
    width: 547px;
    color: #FFFFFF;	
    font-family: Camber-Rg;	
    font-size: 16px;	
    line-height: 22px;
  }

  .slideshow .slide .button{
    margin-top: 40px;
  }

  .slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;

  }
  .slideshow .slide .btn::before {
    background: #fff;
  }
  

  #slide .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 425px;
    cursor: pointer;
    z-index: 3;
  }

  #slide .arrows .arrow:hover{
    background-color:#233d6352;
  }

  #slide .arrows .prev {
    left: 0px;
    height: 61px;
    width: 42px;
    background-color: #233d632b;
    padding: 34px 0px 0 20px;
  }
  
  #slide .arrows .prev:hover .svg {
    left: -10px;
  }
  #slide .arrows .next {
    right: 0px;
    height: 61px;
    width: 0px;
    background-color: #233d632b;
    /*background-color: #222a4157;*/
    padding: 34px 34px 0 31px;
  }
  #slide .arrows .next:hover .svg {
    left: 10px;
    
  }
  #slide .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
  }

  @media (min-width: 2175px){
    video {
      height: auto !important;
      width: 100%;
    }

  }

  @media (max-width: 1755px) and (min-width: 1401px){
    .slideshow .slide .title {
      font-size: 300%;
      line-height: 52px;
      width: unset;
    }

    .slideshow .slide .text {
      width: unset;
      font-size: 100%;
    }
  }

  @media (max-width: 1400px) and (min-width: 1001px){
    #slide{
      height: 520px !important;
      width: 45% !important;
    }

    .slideshow {
      height: 520px;
    }  

    .slideshow .slide .title {
      font-size: 300%;
      line-height: 52px;
      width: unset;
    }

    .slideshow .slide .text {
      width: unset;
      font-size: 100%;
    }

    #slide .arrows .arrow {
      top: 330px;
    }

    #slide .arrows .next {
      height: 50px;
      padding: 27px 29px 0 21px;
    }

    #slide .arrows .prev {
      height: 50px;
      width: 38px;
      padding: 27px 0px 0 13px;
    }
    

  }

  @media (max-width: 1000px) and (min-width: 700px){
    #slide{
      height: 375px !important;
      width: 45% !important;
    }

    .slideshow {
      height: 375px;
    }  

    .slideshow .slide .title {
      font-size: 185%;
      line-height: 39px;
      width: unset;
    }

    .slideshow .slide .text {
      width: unset;
      font-size: 80%;
      line-height: 17px;
    }

    #slide .arrows .arrow {
      top: 285px;
    }

    #slide .arrows .next {
      height: 40px;
      padding: 17px 25px 0 13px;
    }

    #slide .arrows .prev {
      height: 40px;
      width: 28px;
      padding: 17px 0px 0 8px;
    }
  }

  @media (max-width: 699px){
    #slide{
      height: calc(100vh - 185px) !important;
      width: 100% !important;
    }

    .slideshow .slide .image-container {
      height: calc(100vh - 185px) !important;
    }

    .slideshow {
      width: 100%;
      height: calc(100vh - 111px - 70px);
  }

    .slide-mobile-x{
      height: 800px;
      overflow-y: hidden;
    }
    
    .slideshow .slide .title {
      font-size: 210%;
      line-height: 36px;
      width: unset;
    }

    .slideshow .slide .text {
      width: unset;
      font-size: 80%;
      line-height: 17px;
    }

    .slideshow .slide-content {
      align-items: flex-start;
      margin-top: 30px;
    }

    .slideshow .slide .caption {
      padding: 0px 5%;
    }
    #slide .arrows{
      display: none;
    }

  }