.example-marquee {
	position: relative;
}

.content {
	display: table;
	width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: relative;
}



@media only screen and (max-width: 600px) {
    .content {
        display: table;
        width: 100%;
        height: 100%;
        min-height: 300px;
        z-index: 1;
        position: relative;
    }
  }
  .col-md-12.col-lg-12{
    padding: 0;
  }
  .example-marquee iframe {
     width: 100% !important;
  }
  .block{
    width: 100%;
    height: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
  }
  /* .block h2{
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10vw;
    color: white;
    font-weight: 400;
  } */
  .img-parallax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none;

  }