.image-banner {
    max-height: 200px;
    object-fit: cover;
}

.product-save-btn {
    line-height: initial;
}

.product-card-image {
    max-height: 12.8rem;
    object-fit: cover
}

@media (min-width: 768px) {
    .mini-card {
        flex: 0 0 20%;
        max-width: 20%;
    }
}


.toast {
    display: none;
}

.packaging-container hr:first-child {
    display: none;
}

.brand-training-video {
    max-height: 12.6rem;
}

.licenses-table caption {
    caption-side: top
}
