
    #container2 {
      overflow: hidden;
     /* position: absolute;*/
      top: 0; left: 0; right: 0; bottom: 0;
    }

    #background_video {
     /* position: absolute;*/
      top: 50%; left: 50%;
     /* transform: translate(-50%, -50%);*/
      object-fit: cover;
      height: 100%; width: 100%;
    }

    #video_cover {
    /*  position: absolute;*/
      width: 100%; height: auto;
      background: url('video_cover.jpeg') no-repeat;
      background-size: cover;
      background-position: center;
    }

    #video_controls {
     /* position: absolute;*/
      left: 50%;
      transform: translate(-50%, 0);
    }

    #play img {
      width: 100px;
    }
    #pause img {
      width: 90px;
    }
    #pause {
      display: none;
    }

/*
    @media (min-width: 768px) {
      #video_controls {
        display: none;
      }
    }*/

    /* Demo page specific styles */

   

 	#container2 {
     	 height:700px;
    }

 @media (max-width: 768px) {
       #container2 {
     	 height:500px;
    }
    }

    #overlay {
      position: absolute;
      top: 0; right: 0; left: 0; bottom: 0;
      background: rgba(0,0,0,0.3);
		height: 100%;
    }