.nav-img {
  height: 50px;
}
.featured-img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
}
.features-icons {
  padding-top: 2rem;
}
.features-icons-item {
  border: 1px solid #eee;
  padding-bottom: 10px;
}
.features-icons-item p, .features-icons-item h5 {
  padding-left: 5px;
  padding-right: 5px;
}
.features-icons-item h5 {
  margin-top: 5px;
}
.features-icons .features-icons-item .features-icons-icon {
  height: 130px;
}
.features-icons-icon {
  overflow: hidden;
  background-color: #eee;
  position: relative;
  padding-top: 56.25%;
}
.features-icons-icon.video {
  background-color: #000;
}
.h-footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  font-weight: bold;
  font-size: 20px;
  background: rgb(0, 171, 218, 0.8);
  min-height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-footer h2 {
  margin-bottom: 0;
}
.login-logo {
  display: block;
  /* max-height: 50px; */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.pin {
  width: 38px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.pin-row {
  text-align: center;
  /* margin-top: 30px; */
}
.btn-access {
  margin-top: 10px;
  width: 192px;
  background-color: #1A5F71;
}
.btn-access, .btn-access:hover, .btn-access:active, .btn-access:visited {
  background-color: #1A5F71 !important;
  border-color: #1A5F71;
}
.modal-dialog {
  max-width: 350px;
}
.masthead .container {
  margin-top: -50px;
}
.cont {
  min-height: 125px;
}
.plyr--video {
  margin-left: auto;
  margin-right: auto;
}
[data-plyr="play"] {
  z-index: 99;
}
.video-cont {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.plyr__poster {
  background-size: cover;
}
.footer .container {
  text-align: center;
}
.modal-body {
  width: 350px;
  /* height: 300px; */
  display: flex;
  justify-content: start;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
}
iframe {
  width: 100%;
  /* min-height: 100vh;
  overflow: scroll !important;
  overflow-y: scroll !important; */
}
#cont {
  height: 100vh;
}