/* box_slideshow start */
.box_slideshow .carousel-caption.Bottom-Right {
    bottom: 0;
    right: 0;
    text-align: right;
    left: unset;
    padding-right: 50px;
  }
  .box_slideshow .carousel-caption.Bottom-Left {
    bottom: 0;
    right: unset;
    text-align: left;
    left: 0;
    padding-left: 50px;
  }
  .box_slideshow .carousel-caption.Top-Right {
    top: 0;
    right: 0;
    text-align: right;
    left: unset;
    padding-right: 50px;
    padding-top: 30px;
  }
  .box_slideshow .carousel-caption.Top-Left {
    top: 0;
    right: unset;
    text-align: left;
    left: 0;
    padding-left: 50px;
    padding-top: 30px;
  }
  .box_slideshow .carousel-caption.Center {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .box_slideshow .carousel-caption.Center-Left {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    right: unset;
    text-align: left;
    left: 0;
    padding-left: 50px; }
  .box_slideshow .carousel-caption.Center-Right {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    right: 0;
    text-align: right;
    left: unset;
    padding-right: 50px; }
  
  .box_slideshow .caption-title {
    font-size: 3rem;
    text-transform: uppercase; }
  
  .box_slideshow .caption-subtitle {
    font-size: 1.5rem; }
  
  .box_slideshow .caption-button {
    width: max-content;
    margin-top: 1rem; }
  
  @media (min-width: 768px) {
    .box_slideshow .caption-title {
      font-size: 3rem; } }
  
  @media (max-width: 767px) {
    .box_slideshow .caption-title {
      font-size: 1.5rem; }
  }
  
  @media (max-width: 767px){
    .box_subscribe_footer .module-body {
      text-align: left;
    }
  }
/* box_slideshow end */