.elementor-widget-strategusnavblock-addons {
    width:100%;
}
.navblock_style_1, .navblock_style_4 {
    display: flex;
    flex-wrap: wrap;
}

    .navblock_style_1 .navblock-item a:hover .navblock-title {
        height: 100% !important;
        margin-top: 0px !important;
    }
    
    .navblock_style_3 .navblock-item a:hover .navblock-title {
        margin-top: 0px !important;
    }

.hover-text {
    display: none;
}

.navblock_style_1 .navblock-item, .navblock_style_3 .navblock-item {
    text-align: center;
}

.navblock_style_1 .navblock-title, .navblock_style_3 .navblock-title {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    transition: all .3s;
}

.navblock-thumb {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.navblock-img {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

@media (min-width:768px) {
    .navblock_style_3 {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }
}
    .navblock_style_3 .item-col {
        padding: 0 !important;
        width: auto !important;
    }

        .navblock_style_3 .item-col:nth-child(1) {
            grid-column: 1 / span 2;
            grid-row: 1 / span 2;
        }

            .navblock_style_3 .item-col:nth-child(1) .navblock-item {
                height: 100% !important;
            }

        .navblock_style_3 .item-col .navblock-thumb {
            height: 100%;
        }

        .navblock_style_3 .item-col:nth-child(1) .navblock-thumb {
            height: 100%;
        }

    .navblock_style_3 .navblock-item {
        margin: 0 !important;
    }

        .navblock_style_3 .navblock-item a .navblock-title {
            /*height: 100% !important;*/
            margin-top: 0px !important;
            display: flex;
            flex-direction: column;
        }
