.echo-hero-section {
    display: flex;
    justify-content: center;
    /* background-color: var(--color-primary-3) !important; */
}

.echo-hero {
  width: 80%;
}

.echo-popular-hl-img {
    background-image: url("/assets/blade/banners/300x250.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    /*
        width: 500px;
        height: 450px;
  */
}

.echo-hero-area-titlepost-post-like-comment-share {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.echo-hero-area-titlepost-post-like-comment-share a:hover {
    /* color: #fff; */
    transition: 500ms;
}

/* Kostas */
.img-transition-scale a img {
    width: 100%;
}