/**
 * 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
 */
.cesvideoslider-insidetext {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
/*  background: red;*/
  text-align: center;
}
.cesvideoslider-insidetext .headline {
  font-size: 50px;
  line-height: calc(50px + 30px);
}
/*.cesvideoslider-insidetext .headline::after {
  content: 'kj';
}*/

.cesvideoslider-insidetext .sub-headline {
  font-size: 20px;
  line-height: calc(20px + 30px)
}
.main_cesvideoslider video {
  object-fit: cover;
  background-size: cover;
  opacity: 1;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .main_cesvideoslider .action-buttons button, .main_cesvideoslider .action-buttons a {
    margin-top: 15px;
    display: inline-block;
    width: 130px;
  }
  .main_cesvideoslider .action-buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_cesvideoslider video {
    width: 100%;
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .main_cesvideoslider .action-buttons {
    bottom: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
  }
}
.temp_main_cesvideoslider {
  max-width: 100% !important;
}
.main_cesvideoslider .action-buttons a:hover {
    background: #e33;
    color: #fff;
    border-color: #e33;
}
.main_cesvideoslider .button_text[href], .main_cesvideoslider .button_text[data-target] {
  cursor: pointer;
}