﻿.home-app {
    
}

.queue-main-content {
    width: 100%;
    max-width: 1600px;
}

.queue-iframe-container {
    width: 100%;
    height: 850px;
}

    .queue-iframe-container iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

/* Responsive design for mobile screens */
@media (max-width: 768px) {
    .queue-iframe-container {
        height: 800px;
    }
}
