/**
 * weeblrAMP - Accelerated Mobile Pages for Wordpress
 *
 * @author       weeblrPress
 * @copyright    (c) WeeblrPress - Weeblr,llc - 2020
 * @package      AMP on WordPress - weeblrAMP CE
 * @license      http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @version      1.12.5.783
 *
 * 2020-05-19
 */

/*! Copyright WeeblrPress - Weeblr,llc @_YEAR_@ - Licence: http://www.gnu.org/copyleft/gpl.html GNU/GPL */

@import 'weeblramp_fe.lessinc';

/*************************************
*
* Carousel
*
**************************************/
.wbamp-carousel.wbamp-caption {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  max-height: @max-height-carousel-caption;
  margin: @margin-carousel-caption;
  padding: @padding-carousel-caption;
  font-family: @fonts-carousel-caption;
  background: @colors-background-carousel-caption;
  color: @colors-text-carousel-caption;
}

.wbamp-carousel-preview {
  margin-top: 2rem;
}
