.body-container{
    background-image: linear-gradient(#6baace, #264783);
    background-attachment: fixed;
    background-repeat: no-repeat;
 }

 .carousel-item > div {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
 }

 @media (max-width: 1199.98px) {
    .tab-sliding .tab-pane:not(.active) {
       max-height: 0 !important;
    }
    .tab-sliding .tab-pane.active {
       min-height: 80vh;
       max-height: none !important;
    }
 }