﻿.appTitleCustom{
        height: 100%;
        max-height: 104px;
        object-fit: cover;
        position: relative;
        width: 100%;
        
}


/* -----IsPhone and IsTablet----- */

.appTitleCustom.isTablet, .appTitleCustom.isPhone{
        height: 100%;
        width: 50%;
        margin-top: 5px;
}
