.article-img {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  height: 500px; }
  .article-img .row {
    height: 500px; }
  .article-img::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1; }

.user-img img {
  width: 80px;
  height: 80px;
  object-fit: cover; }
  @media (max-width: 575px) {
    .user-img img {
      width: 50px;
      height: 50px; } }

.replay-comment .user-img img {
  width: 60px;
  height: 60px;
  object-fit: cover; }

.like, .replay {
  cursor: pointer; }

@media (max-width: 575px) {
  .article-options {
    text-align: right !important; } }

/*# sourceMappingURL=article.css.map */
