.ref-single {
  width: 33.33%;
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.gobackbtn {
  display: block;
  background-color: #66fcf1;
  color: #000000;
  margin-top: 40px;
}

.guten-post-featured-image {
  max-height: 435px;
}

.guten-post-featured-image img {
  object-fit: cover;
}

.galerija-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

.galerija-slika {
  width:25%;
  height: 200px;
  display: flex;
  padding: 5px;
}

.galerija-slika img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reference-container-all {
  display: flex;
  flex-wrap: wrap;
}

.ref-btn {
  display: block;
  text-align: center;
  border: 1px solid #66fcf1;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 0px;
  width: 100%;
  margin-top:10px;
}

.ref-btn:hover {
  background-color: #66fcf1;
  color: #000000;
}

.location-date-ref p {
  margin-bottom: 0px;
}

.ref-single-img {
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.ref-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
