.hero{
    background-image: url(../img/okolica.jpg);
    background-position: right;
}

.row{padding: 0 20px;}

figure{
    width: 100%;
    height: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

figure img{
    width: 100%;
    box-shadow: 10px 10px 10px #a3a3a3;
}

figcaption{
    text-align: center;
    padding-top: 15px;
}

figcaption span{
    display: block;
    font-size: 12px;
    color: grey;
}

@media(min-width: 425px){
    .hero-overlay br{display: none;}
}