﻿.banner {
    width: 100%;
    position: absolute;
}

.image_desktop{
    display: inline-block;
    max-width: 100%;
   /* height: 37vh;
    object-fit: cover; */
    object-fit: fill;
}

.image_mobile{
  display:none;
}

.navRow {
    box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
    .image_desktop{
        display:none;        
    }

    .image_mobile{
        display: inline-block;
        max-width: 100%;
        height: 34vh;
        object-fit: cover; 
       /* object-fit: fill; */
    }
}

.navWrapper .logoWrapper {
    padding-top: 3%;
}

.langToggle{
    background-color: transparent !important;
}


.langToggle:after {
    background: url(/SRL_LoyaltyWeb/Arrow-Down-White.png?1704) center center no-repeat !important;
    background-size: 20px !important;
}

