@media (max-width: 768px) {
.detail__content iframe[data-name="webhtml"] {
border: 1px solid #ccc !important;
width: 100% !important;
min-height: calc(100vh + 200px) !important; }
}
@media (min-width: 800px) {
.detail__content iframe[data-name="webhtml"] {width:1024px; height:680px;}
}