.rep-max-background-image {
  width:100%;
  height: 70vh;
  background-image: url(../../images/landscapes/4389.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: 50%;
  color:white;
}
.rep-max-main{
    width:90%;
    max-width: 800px;
    transform: translateY(-70px);
    padding: 40px 50px 30px;
    background-color: #fff;
    border-radius: 20px;
}
.rep-max-naslov{
  font-weight: bolder;
  top: 35vh;
  position: relative;
  padding: 15px 30px;
  width: fit-content;
  margin: auto;
  border-radius: 15px;
  transform: translateY(-25%);
}
@media only screen and (max-width:900px){
  .rep-max-main{
    width:95%;
    padding: 40px 20px 30px;
  }
}