.zajedno{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.text-name1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 55%;
    padding-left: 5%;
    color: white;
    font-size: 1.7em;
    font-family: 'Raleway', sans-serif;
}
.text-name2 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    padding-right: 36%;
    color: white;
    font-size: 0.9em;
    font-family: 'Raleway', sans-serif;
}


@media only screen and (max-width: 768px) {
      .sm-sirina{
        width: 50% !important;
    }
   
    .zajedno{
        width: 100% !important;
    }
}


.rel{
    position: relative;
}



