#home
#header {
    padding: 0px 0 0px 0;
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}
.navbar-unm {
    background-color: #ba0c2f00;
    border-color: #8a092300;
    font-size: 0px;
    border-radius: 0;
    margin-bottom: 0;
}
.img-hover-zoom {
  height: 300px; 
  overflow: hidden; 
}

.img-hover-zoom img {
  transition: transform .5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.5);
}
