/*Added for small screen devices like iphone 5/SE*/
.mod-company-news__visual {
  height: 250px;
  width: 100%;
  margin-top: 10px;
}
.mod-company-news .mod-tooltip {
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #EDA45E;
  border-radius: 1px;
  box-shadow: 1px 1px 3px grey;
}
.mod-company-news [data-mod-has-visual] .mod-news__mind-event {
  float: left;
  padding-right: 10px;
  width: 50%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 739px) {
  .mod-company-news [data-mod-has-visual] .mod-news__mind-event {
    float: none;
    display: block;
    width: auto;
  }
}
