#trailer {
  position: relative;
}

.trailer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background: black;
  display: block;
  position: relative;
  z-index: 2;
  object-fit: cover;
}

.trailer:focus {
  outline: none;
}

.play-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: var(--charcoal);
  transition: all 200ms ease;
  cursor: pointer;
}

.play-container.hidden {
  opacity: 0;
  visibility: hidden;
}

.play-container:hover {
  background-color: var(--red);
}

.play-container i {
  transform: translateX(4px);
}

.trailer-title {
  position: absolute;
  bottom: 100px;
  right: 80px;
  z-index: 10;
  transition: all 200ms ease;
}

/* Article */

.mandate-article {
  padding: 40px 140px 40px 40px;
}

.mandate-title {
  text-align: center;
}

.mandate-objectives {
  padding-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.mandate-objective {
  width: 25%;
  background: #faf8f8;
  padding: 10px 40px;
  min-height: 380px;
  margin: 0 10px;
}

.objective-image {
  height: 130px;
}

.objective-image img {
  width: auto;
  height: 100%;
}

/* Projects */

.project-text {
  padding: 40px 80px;
  width: 50%;
}

.project-text p,
.project-text ul,
.project-text li {
  margin: 20px 0;
}

.project-image {
  width: 50%;
  padding: 0%;
  margin: 0;
  max-height: 800px;
  overflow: hidden;
}

.project-image img {
  max-height: none;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

.project-image video {
  width: 100%;
  object-fit: cover;
}

/* Organ */

#trust-organ {
  padding-top: 80px;
}
.trust-organ-container {
  background: url("/images/thetrust/organ_donate.png") no-repeat;
  background-size: 55%;
  background-position-x: left;
  background-position-y: center;
  position: relative;
  height: 400px;
}

.trust-organ-element {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  background: url("/images/thetrust/organ_back.png") no-repeat;
  background-size: cover;
  padding: 40px 40px 40px 200px;
  height: 100%;
}

.trust-organ-element p {
  margin: 20px 0;
}

.trust-organ-element h2 {
  font-size: 26px;
}

.trust-organ-buttons button {
  margin: 5px 10px 5px 0;
}

#trust #proud-to-partner {
  background: white;
}
