div[role=presentation] > iframe {
  right: 120px!important
}
@media screen and (max-width:600px) {
  div[role=presentation] > iframe {
    right: 10px!important
  }
}