/* Cabang */
.cabang-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
}

.cabang-overlay-img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 8px;
}

.cabang-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 8px;
    align-items: end;
    justify-content: center;
}
/* End Cabang */

@media only screen and (max-width: 767.98px) {

    /* Cabang */
    .cabang-overlay-img {
        height: 250px;
    }
    /* End Cabang */

}

@media (min-width: 768px) and (max-width: 991.98px) {



}

