.block-menu-block-wrapper {
  /* border-bottom: 7px solid #162C3A; */
  cursor: pointer;
}

.block-menu-block-icon i {
  /*border: 2px solid #ccc;*/
  border-radius: 30px;
  padding: 15px;
  background-color: #162c3a;
  font-size: 20px;
}

.block-menu-block-wrapper:hover .block-menu-block-icon {
  opacity: 1;
}

.block-menu-block-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.block-menu-block-overview:hover {
  /*padding-left: 15px;*/
  /*padding-right: 45px;*/
}

.block-menu-block-overview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 50px;
}

.block-menu-block-wrapper:hover .block-menu-block-overview {
  padding-left: 30px;
  /*padding-right: 45px;*/
}

.block-menu-block-background {
  background-position: center;
  background-size: cover;
}

.block-menu-block-wrapper:hover .block-menu-block-background {
  background-position: calc(100%/2.5);
}

.block-menu-block-wrapper div {
  color: #eeeeee;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.block-menu-block-overview .btn {
  background-color: #0e2838;
  color: #FFFFFF;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}

.block-menu-block-overview .btn:hover {
  background-color: #CAA891;
}

.block-menu-block-wrapper h2 {
  margin: 0;
}

.block-menu-block-wrapper p {
}

body {
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 16px;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: 'Ubuntu Condensed', sans-serif;
}

.block-menu-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #162c3a;
  /*position: relative;*/
}

.block-menu-block-wrapper {
  display: block;
  width: 33%;
  height: calc(100vw/3.25);
  background-color: #162c3a;
  position: relative;
}
@media (max-width: 900px) {
.block-menu-block-wrapper {
  width:50%;
}
}
@media (max-width: 767px) {
.block-menu-block-wrapper {
  width:100%;
  height: 75vw;
}
}
/* ----------------- video ------------------------ */

.video-container {
  height: calc((50vw + 50vh) / 2);
  width: 100%;
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */

.video-container .caption {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 10px;
  z-index: 1;
  position: relative;
  text-align: center;
  color: #eeeeee;
}

/* ----------------- *** video ------------------------ */

