.img-news {
    height: 15rem;
    object-fit: cover;
}

.image-style-align-right {
  float: right;
  margin: 0 0 1rem 1rem;
  max-width: 50%;
}

.image-style-align-left {
  float: left;
  margin: 0 1rem 1rem 0;
  max-width: 50%;
}

.ckimage img {
  max-width: 100%;
  display: block;
  object-fit: cover !important;
  top: 0;
  left: 0;
  width: 40rem;
  height: 18rem !important;
}

/* Responsive fix on small screens */
@media (max-width: 768px) {
  .image-style-align-right,
  .image-style-align-left {
    float: none !important;
    display: block;
    margin: 0 auto 1rem auto !important;
    max-width: 100% !important;
  }
}
