﻿@media only screen and (max-width: 768px) {
    .mobile-hide {
        display: none !important;
        height: 0;
        visibility: hidden;
    }
}

    .IconSmall {
        width: 16px;
        border: 0px !important;
        max-width: 16px;
    }

    .IconMedium {
        min-width: 25px;
        border: 0;
        max-width: 30px;
        border: 0
    }


