.featured-image-link {
  display: block;
  overflow: auto;
  background: white;
  margin-bottom: 15px; }
  .featured-image-link img {
    width: 100%; }
  .featured-image-link:hover {
    transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); }
    .featured-image-link:hover img {
      opacity: 0.75; }

.featured .fa {
  color: white;
  background: white;
  padding: 50px; }

#newslist li p {
  font-size: 0.8em;
  margin-top: 10px; }

.row-striped {
  position: relative;
  margin: 25px 0; }

.download-app-wrap {
  width: 100%;
  clear: both;
  padding: 10px;
  margin-top: 10px;
  border-top: 1px solid #d9d9d9;
  text-align: left; }
  .download-app-wrap p {
    margin-top: 0px;
    font-size: 1em;
    font-style: italic; }

.app-store, .play-store {
  width: 125px;
  display: inline-block; }
  .app-store img, .play-store img {
    width: 100%; }

.app-store {
  width: 144px; }
