
::-webkit-scrollbar {
    width: 5px;
    cursor: pointer !important;
    background-color: transparent !important;
}


/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grery;*/
    /*border-radius: 10px;*/
    cursor: pointer !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.49);
    border-radius: 5px;
    cursor: pointer !important;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: transparent;
    cursor: pointer !important;

}

@media (max-width: 700px) {
    ::-webkit-scrollbar {
        width: 0 !important;
        background: transparent !important;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: transparent !important;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: transparent !important;
    }
}
.w-cc{
    min-width: 200px !important;
}
.mb-3{
    margin-bottom:2rem;
}
.w-50{
   width: 49% !important;
}
.mx-auto{
   margin: 0 auto;
}

@media (max-width: 700px) {
    #topLogo{
/*display: none !important;*/
        width: 60px !important;
    }
    #videoSection{
       margin-bottom: 7px;
    }
}
