/* ------------------------------------------------------------ Standard Icons and Logos ------------------------------------------------------------ */

/* ---------- Contents:

-----> CMS Object Images (Content)
-----> QR Code Images

*/


/* -------------------- SECTION: CMS Object Images -------------------- */
.logo_HT{
    user-select: none;
    width: fit-content;
    max-width: 250px;
    max-height: 60px;
    margin: 5px;
}
.logo_HM{
    user-select: none;
    object-fit: contain;
    width: fit-content;
    max-width: 250px;
    max-height: 80px;
    margin: 5px;
}
.logo_HL{
    user-select: none;
    width: fit-content;
    max-width: 300px;
    max-height: 110px;
    margin: 5px;
}










