/* Target the iframe */
#popup-FJqkZgaAgLdG16EnjND1 {
    width: 100%;
    height: 90vh !important;
    max-height: 90vh !important;
    overflow: hidden;
}

/* Mobile fix */
@media (max-width: 768px) {
    #popup-FJqkZgaAgLdG16EnjND1 {
        height: 80% !important;
        max-height: 85vh !important;
    }
}