.image-fullsize {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .image-fullsize {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.image-fullsize__image {
  border-radius: 24px;
  overflow: hidden;
  background-color: #051320;
  height: 470px;
  width: 100%;
}
.image-fullsize__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .image-fullsize__image {
    height: 167px;
    border-radius: 16px;
  }
}/*# sourceMappingURL=style.min.css.map */