/****************
* /BREAKPOINTS *
****************/
/**********
 * SPACES *
**********/
/**********
 * WIDTHS *
**********/
/**************
 * FONTS *
**************/
/**********
 * MIXINS *
**********/
/**************
 * FONT SIZES *
**************/
/********************
 * MOBILE VARIABLES *
********************/
/***************
 * BOX SHOADOW *
***************/
.newsbox-block .newsbox-wrapper {
  background: white;
  box-sizing: border-box;
  margin-left: -12px;
  width: calc(100vw - 24px);
  padding: 12px;
}
.newsbox-block .newsbox-wrapper .image-wrapper {
  margin-bottom: 16px;
}
.newsbox-block .newsbox-wrapper .news-content-wrapper .description {
  margin-top: 16px;
}
.newsbox-block .newsbox-wrapper .news-content-wrapper .button-wrapper {
  width: 100%;
  display: inline-block;
  margin-top: 16px;
}
.newsbox-block .newsbox-wrapper .news-content-wrapper a {
  text-decoration: underline;
}

@media only screen and (min-width: 720px) {
  .newsbox-block .newsbox-wrapper {
    margin-left: 0px;
    width: 100%;
    padding: 12px;
  }
  .newsbox-block .newsbox-wrapper .news-content-wrapper .button-wrapper {
    margin-top: 8px;
    text-align: right;
  }
  .page-content-grid .main-content .newsbox-block .newsbox-wrapper.has-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    grid-template-areas: "image info";
    min-height: 120px;
  }
  .page-content-grid .main-content .newsbox-block .newsbox-wrapper.has-image .image-wrapper {
    grid-area: image;
    position: relative;
    margin-bottom: 0px;
    min-height: 230px;
  }
  .page-content-grid .main-content .newsbox-block .newsbox-wrapper.has-image .image-wrapper img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100%;
  }
  .page-content-grid .main-content .newsbox-block .newsbox-wrapper.has-image .news-content-wrapper {
    grid-area: info;
    position: relative;
  }
  .page-content-grid .main-content .newsbox-block .newsbox-wrapper.has-image .news-content-wrapper .description.has-link {
    padding-bottom: 50px;
  }
  .page-content-grid .main-content .newsbox-block .newsbox-wrapper.has-image .news-content-wrapper .button-wrapper {
    position: absolute;
    bottom: 0px;
  }
}/*# sourceMappingURL=newsbox.css.map */