											 
.video-container {
  position: relative;
  display: inline-block;
}

.video-container video {
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button:hover {
  background: rgba(0,0,0,0.8);
}


section.video .section-inner {
	padding:20px !important;
	max-width:1200px !important;

}

@container (max-width:800px) {

	section.video .section-inner {
		padding:0px !important;
		max-width:1200px !important;

	}
}

	