
section.display-7 {
    display: none !important;
}
.menu .navbar-brand .navbar-caption-wrap a,
.menu .navbar-brand .navbar-caption-wrap {
    font-size: 10px !important;
}

#content15-9 div.card-wrapper{
    background-color: rgba(0, 52, 120, 0.8);
    /*scale: 75%;*/
    border-radius: 10px;
}

#content15-9 {
    margin-top: -43%;
    margin-bottom: 100px;
    z-index: 100000;
    width: 66%;
    margin-left: 5%;
    background: transparent;
    transition: transform 3s ease-out, opacity 2s ease-out;
  
    
    visibility: visible;
    overflow: hidden;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

@media (max-width: 991px) {
#content15-9 {
    margin-top: -90%;
    z-index: 100000;
    width: 89%;
}
}