#mirador-wrapper {
  background: rgba(68, 141, 118, 0.6);
}

.info-box-background {
background: linear-gradient(54.29deg, rgba(53, 53, 53, 0.90) 27.21%, rgba(60, 60, 59, 0) 74.69%), url("https://ulb-exhibition.uibk.ac.at/exhibitions-2/files/asset/406444936d64b5a217b6ded92d7d953fbbb1af2d.jpg") center no-repeat;
}

.banner-background {
background: linear-gradient(58.17deg, rgba(68, 141, 118) 27.11%, rgba(231, 56, 18, 0) 70.2%), url("https://ulb-exhibition.uibk.ac.at/exhibitions-2/files/asset/bee36f96a51acc3cf8021d41182fbe4517bd381c.png")  center;
background-size: cover;
}

.text-aligned {
  margin: 0px 5vw 100px 5vw;
}

.text-aligned-l-r {
  margin: 0px 5vw 0 5vw;
}

.margin-top-bottom {
  margin: 100px 0px;
}

.margin-top {
  margin: 100px 0 0 0;
}

.margin-bottom {
  margin: 0 0 100px 0;
}

.img-row {
  float: left;
}

.img-row-4 {
  float: left;
}

.img-row-mid-4 {
  float: left;
}

.img-row-mid {
  float: left;
}


@media screen and (min-width: 800px) {
.img-row {
  width: 30%;
}

.img-row-4 {
  width: 25%;
}

.img-row-mid-4 {
  width: 25%;
  margin: 0 2%;
}

.img-row-mid {
  width: 30%;
  margin: 0 3%;
}
}

.file {
  border: none;
}

#carousel-block-bg {
  background: linear-gradient(to bottom, white 0%, white 15%, rgba(68, 141, 118, 0.6) 15%, rgba(68, 141, 118, 0.6) 100%);
}