.goback img { 
  max-width: 35px;
  margin-right: -3px;
}

.goback {
    font-size: 54px !important;
    color: #999!important;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none !important;
}

@media (max-width: 490px) {
.goback img {
    max-width: 34px !important;
      margin-right: -2px !important;
}

 .mobile {
   display: inherit !important;
}
.desktop {
   display: none;
}
}

.mobile {
   display: none;
}

.uk-grid-small {
     opacity: 0;
    -moz-animation: cssAnimation 0s ease-in 0.7s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 0.7s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 0.7s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 0.7s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes cssAnimation {
    to {
        opacity: 1;
        overflow: inherit;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        opacity: 1;
        visibility:visible !important;
    }
}

.homepage-slideshow, #menu-main-menu {
     opacity: 0;
    -moz-animation: cssAnimation 0s ease-in 0.5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 0.5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 0.5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 0.5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}