/* Di sini script untuk menggantu foto yang didalam modal atau ketika gambar di klik */

.modal-1.open {
    background-image: url("../assets/img/konten-art/hd.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    max-height: unset;
    display: flex !important;
    align-items: end;
    justify-content: space-between;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.1);
}
.modal-2.open {
    background-image: url("../assets/img/konten-art/kimbap.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    max-height: unset;
    display: flex !important;
    align-items: end;
    justify-content: space-between;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.1);
}
.modal-3.open {
    background-image: url("../assets/img/konten-art/Proses-massal.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    max-height: unset;
    display: flex !important;
    align-items: end;
    justify-content: space-between;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.1);
}
.modal-4.open {
    background-image: url("../assets/img/konten-art/speed-hc.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    max-height: unset;
    display: flex !important;
    align-items: end;
    justify-content: space-between;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.1);
}
.modal-5.open {
    background-image: url("../assets/img/konten-art/raisa.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    max-height: unset;
    display: flex !important;
    align-items: end;
    justify-content: space-between;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.1);
}
.modal-6.open {
    background-image: url("../assets/img/konten-art/proses-curing.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    max-height: unset;
    display: flex !important;
    align-items: end;
    justify-content: space-between;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.1);
}