.BlogItem {
  strong {
    margin-right: 5px;
  }

  .mainImage {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;

    &.portrait {
      img {
        height: 400px;
      }
    }

    &.landscape {
      img {
        width: 100%;
      }
    }
  }
}
