@media (MIN-width: 501px) {

}
@media (max-width: 850px) {
    .video-container
    {
        height: 70vh;
    }
    .video-container video {
        margin-top: 80px;
   min-height: 0px;
   
    }
    .size_logo
    {
        width: 90px !important;
        height: 90px !important;
        /* margin-bottom: 70px !important; */
        /* display: none !important; */
    }

    .menu
    {
        height: 50px;
    }

    #navbarNav
    {
        display: contents !important;
    }
    .nav-item{
        font-size: 10px;
        padding: 0px !important;
    }
    .unlimited.animated.header
    {
        margin-top: 35vh;
    }
    .unlimited.animated.header h1
    {
            font-size: 30px;
    }

    .unlimited.animated.header .body2
    {
        font-size: 15px;
        padding: 0px 10px;
    }

    .unlimited.animated.header a.tunecore-btn
    {
        font-size: 10px;
        padding: 10px 10px !important;
    
    }

    .container-fluid
    {
        padding: 0px !important;
    }

    .container-fluid p
    {
        font-size: 15px !important;
        margin: 0px 8% !important;
    }

    .label1
    {
        font-size: 20px !important;
    }

    .icon
    {
        width: 90px;
        height: 60px;
    }

    .iconTidal
    {
        width: 90px !important;
        height: 60px !important;
    }

    .text-body3
    {
        font-size: 10px !important;
    }
    .container-md
    {
        padding: 20px !important;
    }
    .container-sm p 
    {
        font-size: 15px !important;
    }
    .card-text
    {
        font-size: 12px !important;
    }

    #ytb, #more
    {
        padding: 20px !important;
    }

    #faq
    {
        font-size: 15px !important;
    }

    #faq .nav-pills .nav-item .nav-link
    {
        padding: 15px !important;
    }

   #pills-faq li
    {
        font-size: 15px;
    }

    #pills-general .accordion-header
    {
        font-size:  15px !important;
    }
    h3
    {
        font-size: 20px !important;
    }
    .accordion-item
    {
        font-size:  12px !important;
    }
    .accordion-item button {
        font-size:  12px !important;
    }
    #navbarNav
    {
        /* display: none; */
    }
    .nav-link.btn.btn-link
    {
        width: 50px;
        height: 50px;
    }

    .navbar-nav.ml-auto
    {
        flex-direction:unset;
        position: relative;
        top: 1%;
       
    }
    .navbar-nav
    {
        margin-bottom: 0%;
    }

    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl
    {
        flex-wrap: nowrap;
    }

    #ytb iframe
    {
        width: 100%;
        height: 50%;
    }

    .store-icons
    {
        width: 75%;
    }

    .footer-logo
    {
        display: none;
    }
    
    .footer-social-icon
    {
        display: none; 
    }

  }

  