.asagi{
  position: absolute;
  bottom: 20px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
  font-size: 40px;
  color:#fff;
  margin:0;
  animation-name: oynat;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: linear;
}

.asagi:hover, .asagi:focus{
  color:rgba(255, 255, 255, 0.5);
}

@keyframes oynat {
  from{
    bottom: 20px;
  }

  to{
    bottom:40px;
  }
}

.diller{
  display: none;
}

@media(max-width:991px){
  .height-100vh .slider-thumbnailed-full-for .swiper-slide{
    height: 300px !important;
  }

  .asagi{
    display: none;
  }

  .deyisik{
    font-size:20px;
  }

  .brk-header-mobile__logo{
    text-align: center !important;
  }

  .diller{
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 9999;
  }

  .diller a{
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
    font-weight: 900;
  }

  .brk-header-mobile_scroll .diller a{
    color: #222 !important;
  }
}
