/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.video-carousel iframe {
  min-height: 350px;
  height: 100%;
  margin-bottom: 30px;
  position: relative;
  display: block;
}

@media all and (max-width: 768px) {
  .video-carousel iframe {
    min-height: 250px;
  }
}

@media all and (min-width: 1440px) {
  .video-carousel iframe {
    min-height: 485px;
  }
}

.video-carousel .slick-dots {
  bottom: 0;
  z-index: 100;
}



.video-carousel .slick-dots button:hover,
.video-carousel .slick-dots button:focus {
  background-color: transparent !important;
}

.video-carousel .slick-prev,
.video-carousel .slick-next {
  z-index: 10;
}

.video-carousel .slick-prev {
  left: 10px;
}

.video-carousel .slick-next {
  right: 10px;
}

body.single-operator [data-id="7567408"] {
    display: none;
}
