.responsive-object {
  position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-grad {
  background-image: linear-gradient(to right, #1EC48B, #4E81C1);
}

.nav-pseudo {
  min-height: 50px;
}

.nav-main {
  min-height: 100px;
}

.content-wrapper {
  margin-top: 59.5px;
  min-height: calc(100vh - 454px);
}
