.lcc-billboard {
    width: 100%;
    margin: 0;
  }
  
  .lcc-billboard-container {
    padding: 1.5rem 1rem;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  .lcc-billboard-container::after {
    content: "";
    display: table;
    clear: both;
    margin-top: 1.5rem;
  }
  
  .lcc-billboard--mobile img {
    display: block;
    width: 100%;
    border: 2px solid #fff;
  }
  .lcc-billboard-heading,
  .lcc-billboard-body {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  @media screen and (max-width: 756px) {
    .lcc-billboard-container {
      background-image: none !important; /*Prevent background image displaying on mobile*/
    }
  }
  @media screen and (min-width: 756px) {
    /*Setting full width billboard*/
    .lcc-billboard--mobile {
      display: none;
    }
    .lcc-billboard--lg {
      max-width: 360px;
      padding: 1rem;
      margin: 1.5rem 1rem 1.5rem 3rem;
      box-shadow: 0px 0px 20px 0px rgba(71,71,71,1);
    }
    .lcc-billboard {
      min-height: 480px;
      display: flex;
      align-items: center;
    }

  }
.lcc-stamp,.lcc-stamp:visited{max-width:100%;text-decoration:none;color:#fff}.lcc-stamp:hover{color:#f6f6f6}.lcc-stamp_img-cnt{position:relative;height:0;padding-bottom:47%}@media(min-width:756px){.lcc-stamp_img-cnt{padding-bottom:56.25%}}.lcc-stamp_img{position:absolute;display:block;width:100%;height:0;max-height:342px;max-width:100%}.lcc-stamp_cpy{padding:20px 80px 20px 20px}.lcc-stamp span{display:block}.lcc-stamp{max-width:100%;text-decoration:none;color:#fff;font-family:'Robobto Condensed',sans-serif}.lcc-stamp:hover{color:#f6f6f6}.lcc-stamp_img{display:block;/*! object-fit:cover; */width:100%;max-height:342px;max-width:100%;/*! height: 0; *//*! padding-bottom: 57%; */height:100%;position:absolute}.lcc-stamp_cpy{padding:20px 80px 20px 20px}.lcc-stamp span{display:block;font-family:'Roboto Condensed',sans-serif}
