
/* Mobile (portrait and landscape) */
@media (max-width: 600px) {
    #attendant-wrapper {width: 40%;}
    #greeting-wrapper { width: 60%;}
    #greeting-text {
        font-size: 3.0rem;
    }
    #greeting-text-description {
        font-size: 2.0rem;
    }
}

/* Tablet (portrait and landscape) */
@media (min-width: 601px) and (max-width: 992px) {
    #rot-content,#rot-header,#rate-content {
        padding: 0.15rem 2rem;
    }
    #greeting-text {
        font-size: 3.0rem;
    }
    #greeting-text-description {
        font-size: 2.0rem;
    }
    #attendant-photo {
        width: 80px;
        height: 100px;
    }
    #attendant-id {
        font-size: 14px;
        line-height: 1.2;
    }
    .rate-item-img {
        width: 100px;
        height: 100px;
    }
    .rate-item-caption {
        margin-top: 10px;
    }
    #rot-footer {
        line-height: 1.2;
    }
    #rot-footer-text,#rot-footer-toilet-id {
        font-size: 1.2rem;
    }
    #barcode {
        display: none;
    }
}

/* Laptop */
@media (min-width: 993px) and (max-width: 1200px) {
    
}

/* Desktop */
@media (min-width: 1201px) {
    #greeting-text {
        font-size: 7.0rem;
    }
    #greeting-text-description {
        font-size: 3.5rem;
    }
    #attendant-photo {
        width: 180px;
        height: 220px;
    }
    #rot-header, #rot-content, #rot-footer, #rate-content {
        padding: 0.35rem 2rem;
    }
    #greeting-text {
        font-size: 7.0rem;
    }
    #greeting-text-description {
        font-size: 2.5rem;
    }
    .rate-item-img {
        width: 120px;
        height: 120px;
    }
    #barcode > img {
        width: 90px;
        height: 90px;
    }
    #rot-footer-text, #rot-footer-toilet-id {
        font-size: 1.8rem;
        line-height: 1.2;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    #attendant-photo {
        width: 180px;
        height: 200px;
    }
    
}

@media (min-width: 1600px) {
    #greeting-text {
        font-size: 7.0rem;
    }
    #greeting-text-description {
        font-size: 3.5rem;
    }
    #rot-content,#rot-header {
        padding: 0.35rem 2rem;
    }
    .rate-item-img {
        width: 200px;
        height: 200px;
    }
    .rate-item-caption {
        margin-top: 0.75rem;
        font-size: 2.2rem;
        letter-spacing: 0.35rem;
    }
    #full-screen > span.bi {
        font-size: 3.5rem;
        color: #FFF;
    }
}