.xf_slide {
  display: none;
}


/* Slideshow container */
.xf_slide_container {
  position: relative;
  margin: auto;
  padding: 0px 112px;
}


.xf_slide_content {
  height: 500px;
}

.xf_slide_content:after {
  content: "";
  display: table;
  clear: both;
}

.xf_col {
  float: left;
  width: 50%;
  height: 100%;
}

.xf_btn_pn_container {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -22px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    border: 1px solid #E3E3E3;
    text-align: center;
    background-color: #FFFFFF;
}

/* Next & previous buttons */
.xf_btn_prev, .xf_btn_next {
  margin: auto;
  background-color: white;
  color: #CE122D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* Position the "next button" to the right */
.xf_con_next {
  right: 32px;
  border-radius: 3px 0 0 3px;
}

.xf_con_prev {
  left: 32px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.xf_dot {
  cursor: pointer;
  height: 2px;
  width: 100px;
  margin-top: 64px;
  background-color: #bbb;
  border-radius: 0;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.xf_active, .xf_dot:hover {
  background-color: #717171;
}

.xf_active {
	width: 200px;
}

/* Fading animation */
.xf_fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.xf_slider_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*object-fit: contain;*/
  overflow: hidden;
}

.xf_content_container {
  padding: 64px;
  height: 100%;
}

.xf_caption_text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;

  /* or 171% */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFEDF0;
  margin-bottom: 130px;


}

.xf_content_title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 48px;

  /* or 114% */
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.xf_content_text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;

  /* or 150% */

  /* XENON/GREY 100 */
  color: #F5F5F5;
  margin-bottom: 48px;

}

.xf_btn_container{
  width: 100%;
}

.xf_content_btn {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #CE122D;
  padding: 12px 20px;
  background-color: #FFFFFF;
  /*width: 160px;*/
  /*width: 180px;*/
  width: 240px;
  cursor: pointer;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 10px, calc(100% - 10px) 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 10px, calc(100% - 10px) 0);
}

/* TABLET DESIGN */
@media (min-width:767px) and (max-width:1024px) {
  /* Slideshow container */
  .xf_slide_container {
    padding: 0px 33px;
  }
}




/* PHONE DESIGN */
@media screen and (max-width:766px) {
  /* Slideshow container */
  .xf_slide_container {
    padding: 0px 0px;
  }

  .xf_col {
    width: 100%!important;
  }

  .xf_content_container {
    padding: 30px;
  }

  .xf_btn_pn_container {
    top: calc(100% + 22px);
  }

  .xf_active {
    width: 100px;
  }

  .xf_dot {
    width: 62px;
  }

  .xf_caption_text {
    margin-bottom: 0px;
  }

  .xf_slide_content{
    /*height: 280px!important;*/
    height: 520px!important;
  }

  .xf_con_prev {
    left: 0px!important;
  }

  .xf_con_next {
    right: 0px!important;
  }
}
