/**
 * @file    plugin/jetpack/jetpack.css
 * @brief   Custom frontend style for the Jetpack Plugin
 */

/**
 * Table of Contents
 *
 * 1.0 - General
 * 2.0 - Special Blocks
 *   2.1 - Slider
 */

/*===========================================================================*/
/* 1.0 GENERAL                                                               */
/*===========================================================================*/

/*===========================================================================*/
/* 2.0 - Special Blocks                                                      */
/*===========================================================================*/
/**
 * 2.1 - Slider
 */
#blng-site-content .wp-block-jetpack-slideshow li:before {
  content: '';
  display: none;
}

#blng-site-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
  background-color: transparent !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
  height: initial !important;
}