<style>
#booking_iframe {
max-width: 1160px;
margin: auto;
border: solid 1px #DDE3EB; /*обводка*/
}
#booking_iframe, #booking_iframe > iframe {
border-radius: 30px; /*скругления*/
}
@media (max-width: 960px) {
#booking_iframe {
max-width: 940px !important;
width: auto !important;
margin-left: 20px !important;
margin-right: 20px !important;
border: none;
}
#booking_iframe, #booking_iframe > iframe {
border-radius: 20px;
}
}
</style>