body{
    margin: auto;
    padding: 0;
}
.nav-bar{
    height:65px;
    max-height: 60px;
}

.carousel{
    max-height: 800px;
    overflow: hidden;
    background-size: cover;
    position: relative;
}
.item img{
    width: 100%;
    height: 80%;
}

#around{
    position: absolute;
    margin-top: 20%;
    bottom: 50%;
    padding: 0 0 25% 0;
}
