
.embeddedformiframe{
    width: 100%;
    height: 560px;
}


@media (max-width: 1200px) {
    .embeddedformiframe{
        height: 580px;
    }
}
    
@media (max-width: 900px) {
    .embeddedformiframe{
        height: 650px;
    }
}

@media (max-width: 750px) {
    .embeddedformiframe{
        height: 780px;
    }
}



.embeddedcontactform{
    margin: 0 20px;
}

.embeddedcontactform .contactouter{
    max-width: 1050px;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .embeddedcontactform .contactouter{
        margin: 0 -10px;
    }
}

.embedformsuccessreturn #uff{
    background-color: #474547;
    padding: 10px;
    margin-top: 100px;
}