/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */
.homeslider-container {
  margin-bottom: 22px;
  padding-bottom:22px;
  border-bottom:1px solid #FFf;
  position: relative;
  width: 100%;
}

.homeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.homeslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  height:auto;
  border: 0;
}
.page-hero .slide_container{
  display:flex;
  flex-direction:column;
}
.page-hero .slide_container h2.h1-like{
  color:#FFF;
}
.page-hero .slide_container h2.h1-like span{
  color:#000;
}
.page-hero .slide_container .slider_text_content p{
  color:#FFF;
  font-size:20px;
  font-weight: 500;
}
.page-hero .slick-dots {
  padding:0;
}
.page-hero .slick-dots button{
  background:#FFF;
}
.homeslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .6);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

@media screen and (min-width: 1024px) {
  .page-hero .slide_container{
    display:flex;
    flex-direction:row-reverse;
    align-items: center;
  }
  .page-hero .slide_container .slider_image {
    width:45%;
    max-width:640px;
  }
  .page-hero .slide_container .slide_content {
    width:55%;
    padding-right:40px;
  }
}