@media screen and (max-width: 600px) {
  .post-content iframe {
    width: 100% !important;
    max-width: 100%;
  }
}
