/* slide 2 title */

.slide-2-title {
    margin-top: -25px;
}


/* custom footer for info panels */

#slide-content {
    overflow: hidden;
}

#container-custom {
    display: flex;
    flex-direction: column;
}

#sub-container {
    display: initial;
    margin: 0 auto;
}

#sub-container .wrap {
    display: block;
}

#custom-footer {
    display: flex;
    flex-direction: row;
    padding: 0;
    bottom: 20px;
}

#custom-footer div {
    display: flex;
    width: 100%;
}

.info {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
}

.info-img {
    height: auto;
    width: 100%;
}

.jblue {
    background-color: #0f4c81 !important;
    color: white !important;
}

@media screen and (max-width: 768px) {
    #custom-footer {
        padding: 0;
        bottom: 0;
    }
    .info {
        width: 100%;
    }
    .info-img-2 {
        background-color: #000;
    }
    #slide-content {
        overflow: scroll;
    }
    #custom-footer div {
        display: flex;
        flex-direction: column;
    }
    #sub-container {
        display: flex;
    }
    #sub-container .wrap {
        display: initial;
    }
}
