body {
  background: #d3e9f6 !important;
}
.header {
  background-image: url(./section1-bg.jpg?v=1);
  
}
.text  {
  display: none;
}

.header .play-video {
  /* top: 30%;
  right: 40%; */
}

@media screen and (max-width: 480px) {
  .header {
    /* background-size: 225%; */
  }
}
@media screen and (max-width: 400px) {
  .header {
    /* background-size: 280%; */
  }
}