.eds_news_Press .in_article_image .image_description {
  position: relative;  }
.eds_main em, .eds_main i {
font-style: italic !important;
}
.calendar-container {
  /* 16:9 aspect ratio example */
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* adjust for desired height/ratio */
  height: 0;
  overflow: hidden;
}
.calendar-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

