.stack-word-width{
    width: 90%;
}

.navigator-image{
    object-fit: cover;
    object-position: 0 10%;
    width: 100%;
}

.navigator-image-wrapper{
    overflow: hidden;
    margin: 0 5px 10px;
    padding: 0;
}

.stack-word{
    position: absolute;
    bottom: 15px;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 0 -5px;
    font-weight: bold;
}

@media (max-width: 576px) {
    .stack-word{
    font-size: 15px;
    }
}

.footer-image-wrapper{
    width: 100%;
    margin: 0
}
