@media (min-width: 768px) {
    #product-hint {
        font-size: .8rem;
    }
}

@media  (min-width: 992px) {
    .iluma-wrapper {
        top: 50%;
        left: 50%;
        height: 100%;
        width: 40%;
    }
}