#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}

.ic-app-header__menu-list-link:hover, .ic-app-header__menu-list-link:focus {
    background-color: rgba(253,192,0,.3);
    text-decoration: none;
    text-decoration-color: #fdc000;
    outline: none;
    
}

.ic-app-header__menu-list-link:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fdc000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.ic-app-header__menu-list-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.list-view>div>nav>ul>li>a:hover {
    text-decoration: underline;
    text-decoration-color: #fdc000;
    text-decoration-thickness: 2px;
}
.ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .ic-app-header__menu-list-link {
    background: #fdc000;
}
/*.ic-Login {

    margin-top: 300px;
}*/

.mobileLogin-Header {
    z-index: 1; 
    background-image: url(https://acarey.s3.eu-west-1.amazonaws.com/resources/mobileLogo.png) 
    !important; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: 300px 132px; 
    min-height: 132px;
}