.elementor-1997 .elementor-element.elementor-element-48ff3a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1997 .elementor-element.elementor-element-2354075{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-2354075 *//*Widescreen*/
@media only screen and (min-width:2400px){
    #rebates-iframe {
    width:100%;
    height:100vh;
}
 }


/*Desktop*/
@media only screen and (min-width:1281px) and (max-width: 2399px){
    #rebates-iframe {
    width:100%;
    height:100vh;
}
}


/*Laptop*/
@media only screen and (min-width:1025px) and (max-width: 1280px) {
    #rebates-iframe {
    width:100%;
    height:100vh;
}
}


/*Tablet Landscape*/
@media only screen and (min-width:768px) and (max-width: 1024px) {
    #rebates-iframe {
    width:100%;
    height:100vh;
}
 }


/*Tablet Portrait*/
@media only screen and (min-width:481px) and (max-width: 767px) {
    #rebates-iframe {
    width:100%;
    height:100vh;
}

}


/*Mobile Landscape*/
@media only screen and (min-width:321px) and (max-width: 480px) {
    #rebates-iframe {
    width:100%;
    height:100vh;
}
}


/*Mobile Portrait*/
@media only screen and (max-width:320px){
    #rebates-iframe {
    width:100%;
    height:100vh;
}
	}/* End custom CSS */