/*
#map {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    z-index: 100;
}

 .jumbotron {
    color: white;
    background-image: url("../img/lion_hero_height.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    max-height: 300px;
}
    */