

/* STORY LOGO BARI (ÜZERİNE DOKUNUNCA STORY KAPATIR) */
#barlogo
{
    bbbackground-image:url(images/splash_yesil_bar_alt1.png);
    bottom:0;
    position:fixed;
    width:100%;
    height:33%;
    left:0;
    opacity: 0.18
}

#barlogo:hover {
    background-repeat :no-repeat;
    opacity: 2.0;
    background-position:bottom center;
    height:33%;
    background-image:url(https://katalock.com/images/strory_Alt_Exit_Bar.png);
    z-index: 10000;
}

/* STORY LOGO BARI (ÜZERİNE DOKUNUNCA STORY KAPATIR) */



/* Mobilde dokunma gölgesini kaldır */
* {
  -webkit-tap-highlight-color: transparent;
}



.story__slider {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  z-index: 0; 
}
.story__slide {
  position: relative;

}
.story__slide video,
.story__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;  
}





/* android tv ye göre ayarli olan css */
.ssssssssssstory__slide video,
.ssssssssssssssstory__slide img {
  height: 500px;
  width: auto;
  object-fit: cover;
  object-position: center;
  z-index: 0;  
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* android tv ye göre ayarli olan css */






.story__pagination {
  bottom: unset !important;
  top: 8px !important;
  display: flex;
  padding: 0 4px;
 
}
.story__pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 100vh;
  height: 14px;
  margin: 0 2px !important;
  BBBbackground-color: rgba(247, 247, 245, 0.4);
  background-color: rgba(245, 161, 145, 0.8);
  opacity: 1;
 
}
.story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: #f7f7f5;
   
}
.story__prev, .story__next {
  height: 100%;
  width: 50%;
  top: 0;
  margin-top: 0;
   
}
.story__prev::after, .story__next::after {
  content: none;
 
}
.story__prev {
  left: 0;
  
}
.story__next {
  right: 0;
   
}
















