/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:right;
  padding: 280px 300px;
  margin-bottom:0px;
}

#iframe-container h1 {
    font-size: 75px;
}

#iframe-container h3 {
    font-size: 32px;
    margin-top: -30px;
    margin-bottom: 30px;
}


/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 36px;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/ef5b34a4590445109593e892fa4f881f/i/b1191aa399514f618c38bce181ae2eaa/1/4SoifmQp45JMgBnHm9g4L/Mobile1.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */


/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe {
        background-image: url(https://static.mywebsites360.com/ef5b34a4590445109593e892fa4f881f/i/caaec3fe4bbe436985274e59ebd6b7ec/1/4SoifmQp45JMgBnHm9g4L/blue%20mobile.jpg);
    }
}


/* 50 50 form Homepage */

@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: center;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: left;
    }
}

.madTitle {
    font-size: 57px; 
    color: #3d3d3d;
    text-align: left;
    margin-bottom: -15px;

}

.madContent {
    font-size: 14px; 
    color: #3d3d3d;
    text-align: left;
    padding: 0px;
    margin-bottom:40px;
}

.madButton {
    color: #ffffff !important;
    background-color: #145b84;
    border-color: #145b84;
    padding: 20px 40px;
    margin-bottom:40px 40px;
}

.madButton:hover {
    color: #ffffff;
    background-color: #124b6c;
    border-color: #124b6c;
}

/* Mobile split form Styles */
@media (max-width:768px) {
    #madHeroContent img {
  max-width: 100%;
}
}
@media only screen and (max-width: 767px) {
    .madTitle {
        font-size: 38px;
}
div#iframe-container h1.plantar {
    text-align: center;
}
div#iframe-container h3.treatment {
    text-align: center;
}

div#iframe-container a.button {
    text-align: center;
    float: none;
    display: block;
}
}