/*
Theme Name: Muscular Pain Therapy Child Theme
Author: Digital Home Developers
Author URI: https://digitalhomedevelopers.com/
Description: This is a child theme of the Frost theme. It is used to customize the Frost theme for the Muscular Pain Therapy website.
Requires at least: 6.5
Tested up to: 6.5.2
Requires PHP: 7.0
Version: 1.0.1
Template: frost
*/


iframe {
    max-width: 100%;
}

@media only screen and (max-width: 780px) {
    iframe {
        max-width: 600px;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;

    }

    .wpcf7 {
        max-width: 100%;
        width: 100%;

    }
}