/**
 * @file
 * Use this CSS file to override components CSS rules
 */
/* Fix contextual links size */
.contextual-region .contextual .contextual-links a {
  font-size: small;
  padding: 0.4em 0.6em;
}

.row-even .image-before { display: none; }
.row-odd .image-after { display: none; }

.image-after img, .image-before img {
  object-fit: cover;
  object-position: 50% 50%;
}
