#hero,
#hero .row,
.img-overlay {
    height: 60vh;
}

.hero-img {
    animation: none
}

.hero-area-content {
    margin-top: 70px;
}

.hero-area-content .section-title {
    margin-bottom: 0;
}

#hero .section-title h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    max-width: 700px;
    margin: 0 auto;
}

.blog-one .blog-img img {
    height: 400px
}

.single-blog-item .overlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s ease;
    z-index: 1;
}

.single-blog-item:hover .overlay {
    opacity: 1 !important;
}

.fancybox__thumb {
    border-radius: 0;
}


.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-radius: 0;
    border-color: #ececec;
}

#news .item {
    margin-bottom: 20px;
}