.home-images-block-one .item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home-images-block-one .item {
    width: 33.33% !important;
    height: 300px;
    overflow: hidden;
    background-color: gray;
}
.home-images-block-one .item:hover img {
    transform: scale(1.05);
    filter: blur(0px) grayscale(0);
}
.home-images-block-one .item-inner {
    width: 100%;
    height: 100%;
}

.home-images-block-one .item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    filter: blur(1px) grayscale(.5);
}


.home-images-block-one .item .item-inner .text-content {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100%;
    height: 100%;
}

.boxed-header {
    background-color: #03080e;
    color: #FFF;
    width: 80%;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.8rem 1rem;
    text-transform: uppercase;
}

.home-images-block-one .text-content {
    padding-top: 10%;
}

.home-images-block-one .items-container {
    display: flex;
    flex-wrap: wrap;
}

.home-images-block-one .item {
    margin-bottom: 0 !important;
}

.home-images-block-one .items-container a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-images-block-one .items-container .item-inner:hover .boxed-header {
    background-color: #e42123 !important;
}

@media (max-width: 1400px) {
    .home-images-block-one .item {
    width: 33.333% !important;
    }
}

@media (max-width: 991px) {
    .home-images-block-one .item {
    width: 50% !important;
    }
}

@media (max-width: 575px) {
    .home-images-block-one .item {
    width: 100% !important;
    }
}


#category .home-images-block-one .item {
    width: 49% !important;
}

#category .boxed-header {
    font-size: 1rem;
}

#category .home-images-block-one .item {
    margin: 4px;
}

@media (max-width: 575px) {
    #category .home-images-block-one .item {
    width: 100% !important;
    }
}

