.fullscreen_image_slider .owl-carousel.owl-loaded {
   flex-direction: column;
   gap: clamp(14px, 28 * (100vw / 1920), 28px);
}

.fullscreen_image_slider .owl-dots {
   text-align: center;
   margin: 0!important;
   position: relative;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 30px;
   padding: 12px 8px;
}

.fullscreen_image_slider .owl-dot {
   width: 10px;
   height: 10px;
   background: transparent;
   border: 2px solid #000;
   display: inline-block;
   margin: 0;
   border-radius: 0;
   padding: 0;
}

.fullscreen_image_slider .owl-dot.active {
   background: #000;
   opacity: 1;
   width: 18px;
   height: 18px;
   border: 4px solid #fff;
   outline: 2px solid #000!important;
}

.fullscreen_image_slider img {
   aspect-ratio: 40/21;
   object-fit: cover;
}