/*!
 * Start Bootstrap - Business Frontpage (https://startbootstrap.com/template/business-frontpage)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.group {
  position: relative;
      padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.group iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#poster-image {
                  background: url('/img/overview.jpg') center center;
                background-size: cover;
                bottom: 0;
                left: 0;
                opacity: 1.0;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 10;
                height: 100%;
                width: 100%;
  transition: all 0.3s ease-in;
}

h4 {
  color: #007bff;
}