
    @media(max-width:768px){

    .widget.vivo{
        position: fixed;
        top: 18px;
        left: calc(83px);
        z-index: 10001;
        width: 200px;
    }

    .navbar-collapse{
      background: #1c1c1c;
      padding: 1vh 0;
    }
    .widget.vivo img{
      width: 200px;
    }
    .navbar-fm{
      display: none;
    }


      .schedule-card{
        min-height:auto;
      }

      .gallery-preview{
        height:300px;
      }

      .map iframe{
        height:300px;
      }

      .mini-video .text-center{
        font-size: 10px;
      }

      .footer-logo{
        text-align: center;
      }
      .footer-info.text-lg-end{
        text-align: center;
      }

      .navbar-toggler{
        right: 16px;
            position: relative;
      }

    }