@media only screen and (min-width: 1200px) {
  #bodyLogo {
    /* width: 130%; */
    z-index: 5;
    /* margin-top: -60px; */
  }

  .homeslogan{
    font-size: 2.6rem;
    line-height: 1.1;
  }

  .carousel-control-prev, .carousel-control-next{
    height: 60px;
    top:initial;
    background: #000;
  }
  
  .carousel-control-next{
    left: 84px;
  }

  #carouselExampleIndicators{
    position: relative;
    right: -45px;
  }


}


@media only screen and (max-width: 991px) {
  #festival-tab{
    width: 100%;
    height: 115px;
    overflow-y:hidden;
    overflow-x: auto;
  }
  #festival-tab .nav-link{
    width: auto;
    display: inline-block;
    margin-right: 5px;
  }

  .sponsor, .sponsor.sp3{
    height: 45px;
    border-radius: 8px;
  }

  .sponsor.sp3{
    height: 30px;
    padding:15px 5px;
  }
}

@media only screen and (max-width: 767px) {
  body.home-oh{
    overflow-y:auto;
  }

  .fs-6{
    font-size: 0.7rem !important;
  }

  #bodyLogo{
    width: 70%;
  }

  #closeb{
    position: absolute;
    top:15px;
    right: 15px;
    cursor:pointer;
    font-size: 32px;
  }

  #tm{
    flex-wrap: nowrap;
    display: block;
    padding: 45px;
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    transform: translatex(100%);
    transition: 0.3s all ease;
  }

  #tm .nav-link{
    font-size: 1.5rem;
    text-align: left;
    padding: 10px;
    margin-left:0 !important;
  }

  #tm .btn{
    display: block;
    margin-top:20px;
    font-size: 1.5rem;
    margin-left:0 !important;
  }

  #tm.open{
    transform: translatex(0);
  }

  .dt-length{
    margin: 15px 0;
  }

  /* .sprow1{
    width: 100%;
  }

  .sprow2{
    width: 80%;
  } */

  .sprow1 .col{
    width: 33% !important;
    max-width: 33% !important;
    flex: 33% !important
  }

  .col.separator{
    display: none;
  }

  .sponsor{
    height: 110px;
  }

  .sponsor.sp3{
    height: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .sponsor{
    height: 60px;
  }

  .sponsor.sp3{
    height: 45px;
  }

  #btnQuiz{
    font-size: 13px;
    height:46px;
  }
}

@media only screen and (max-width: 320px) {
  .sponsor{
    height: 45px;
  }

  .sponsor.sp3{
    height: 30px;
  }
}