.no-max-height{
max-height: none !important;
/*
width: auto !important;
*/
}

.extra-bottom-padding{
padding-bottom:70px !important;
}

.remove-bottom-margin{
margin-bottom:1px !important;
}

.cmpnt-article-date2 {
color: #888888;
display: block;
font-size: 13px;
font-size: 1.3rem;
font-style: italic;
/*
margin-top: 10px;
*/
margin-bottom: 10px;
}

.vertical-image-height-adjustment{ min-height: 0px; }

@media only screen and (min-width: 800px){
    .vertical-image-height-adjustment{
        min-height: 100px;
    }
}

.deck{
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  /* line 71, ../../sass/sass/components/_blog-article.scss */
  .deck {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}