/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/* Assuming your iframe has a class or ID, for example, .iframe-container */
.gfiframe {
    width: 100%; /* Make the iframe width 100% of its container */
    height: 100vh; /* Set the height to 100% of the viewport height */
    overflow: hidden; /* Hide any overflow content */
}