.navbar .navbar-brand img,
.navbar.banner--clone.fixed .navbar-brand img {
  height: 50px !important;
  width: auto !important;
}

.navbar.solid.center:not(.fixed) .navbar-brand {
  width: 150px;
  flex-shrink: 0;
}

.views-row:nth-child(even) .block-wrapper.row {
  flex-direction: row-reverse !important;
}
.views-row:nth-child(even) .block-wrapper.arrowed .block:first-child {
  position: relative;
}
.views-row:nth-child(even) .block-wrapper.arrowed .block:first-child:after {
  right: auto !important;
  left: 0 !important;
  border-right: 20px solid transparent !important;
  border-left: 20px solid #fff !important;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.project-block__placeholder {
  background: linear-gradient(135deg, #f5f5f5, #999, #222);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 350px;
  height: 100%;
}
.project-block__placeholder span {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 30px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.project-block__image figure {
  margin: 0;
  height: 100%;
}
.project-block__image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.views-row {
  margin-bottom: 0;
}

.block-wrapper .btn-s.btn-full-rounded {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.block-wrapper .btn-s.btn-full-rounded:hover {
  background-color: #555;
  border-color: #555;
  color: #fff;
}
