.carousel.carousel-slider{height: 100%;}
.carousel.carousel-slider .carousel-fixed-item{
  bottom: 50%;
}
.carousel-item{
  background-color: rgba(0,0,0,.2);
}
.carousel-item div {
  height: 100%;
   background-size: cover;
   background-position: center center;
}
.carousel-item .teks{margin:auto; position: absolute; z-index: 1500; top: 0; left: 0; bottom: 0; right: 0; background-color:rgba(0,0,0,.2); color: #fff; text-align: left;}
.carousel-item .teks .teksCenter {
    position: absolute;
    top: -110px;
    /*left: 10%;*/
}
.carousel-item .teks .teksCenter h4{
    font-size: 24px;
}
.carousel-item .teks .teksCenter h5 p{
    font-size: 18px !important;
    text-align: center !important;
}​

.carousel-item img{
  height: 100%;
}

i.left, i.right{font-size: 50px; font-weight: bold;}
.fullContainer{
  width: 100%!important;
  /*border:1px solid #000;*/
  min-height: 100% !important;
  height: 100% !important;
}
    .landscape {
      min-height: 240px !important;
      max-height: 240px !important;
    }

/*    figure.effect-lily figcaption > div {
      height: 60% !important;
    }*/

    figure.effect-lily:hover img.athl{
        -webkit-transform: translate3d(-40px,0,0);
      transform: translate3d(-70px,0,0);
    }

    figure.effect-lily:hover h2.athl,
    figure.effect-lily:hover p.athl {
      -webkit-transform: translate3d(0,-16px,0);
      transform: translate3d(0,-16px,0);
    }

    figure.effect-lily:hover p.athl {
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s;
    }
    .gbrnya {
      min-height: 240px !important;
      max-height: 240px !important;
    }

    .col-put {
      background: #eeeeee no-repeat -167px 25px;
    }

    a.prev,a.next {
      position:absolute;
      width:43px;
      top:50%;
      margin-top:-30px;
      opacity:0.6;
      color: grey !important;
      cursor:pointer;
      -webkit-transition:opacity 200ms ease-out;
    }
    a.prev:hover,a.next:hover {
      -webkit-transition:opacity 200ms ease-out;
      -moz-transition:opacity 200ms ease-out;
      background: #eeeeee no-repeat -167px 25px;
      opacity:1;
    }

    .prev {
      left:0;
      background: #000 no-repeat -200px 25px;
    }
    .next {
      right:0;
      background: #000 no-repeat -167px 25px;
    }

  .owl-carousel {
    width: 100% !important;
  }

  .owl-nav {
    height: 20px !important;
  }

  .owl-item {
    max-height: 100% !important;
  }

  .owl-item {
    /*padding: 0px 16px 0px 16px !important;*/
  }
  .owl-theme .owl-dots {
    /*display: none !important;*/
  }

  .owl-item > a > img {
    opacity: 1;
    border-radius: 10px !important;

  }

  .owl-theme .owl-nav [class*=owl-] {
    margin: 0px !important;
  }
  
  .trending .owl-nav {
    margin-top: -20px !important;
  }

  .slider-small .owl-nav .owl-prev {
    left: 28px !important;
  }

  .slider-small .owl-nav .owl-next {
    right: 13px !important;
  }

  .slider-small .owl-nav .owl-dots {
    margin-top: -22px !important;
  }

  .slider-small .owl-nav .owl-dots .owl-dot {
    color: black !important;
  }

  .slider-big .owl-nav .owl-prev {
    left: 28px !important;
  }

  .slider-big .owl-nav .owl-next {
    right: 13px !important;
  }

  .desktop_slider .owl-nav .owl-prev {
    left: 5px !important;
  }

  .desktop_slider .owl-nav .owl-next {
    right: 13px !important;
  }
  .ofTitle{
     font-size: 42px; font-weight: bold; text-align: center;
  }
@media screen and (min-width: 300px) and (max-width: 800px) {
  .carousel-item .teks .teksCenter {
    top: 35%;
  }
   .carousel-item .teks .teksCenter h4{
    font-size: 19px; font-weight: 700; margin-top: 25%;
  }
  .carousel-item .teks .teksCenter h5 p {
    font-size: 14px !important;
  }
  .ofTitle{font-size: 32px;}
  .athletes-content .caption .name{ 
    text-transform: uppercase; 
  font-size: 18px; 
  font-weight: bold;
    color: #fff;
    left: 6%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 10%;
    vertical-align: middle;
    margin: -70px 0 0 0;
    height: 50px
   
  }

}