.actions {
     margin-top: -115px;
}

.banner {
     background-image: url("../img/banner.png");
     background-position: top;
     background-size: cover;
     height: 390px;
}

.banner-sm {
     height: 250px;
}

.header img {
     height: 175px;
}

.nav-logo {
     height: 45px;
}

#img-card {
     height: 20px;
     width: 35px;
}

@media screen and (max-width: 576px) {
     .banner {
          height: 360px;
     }

     .banner-sm {
          height: 220px;
     }

     .nav-logo {
          height: 40px;
     }
}