* {
  margin: 0;
  padding: 0;
  position: absolute; }

.container {
  left: 0;
  top: 0;
  width: 970px;
  height: 250px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  visibility: hidden; }

.elements {
  left: 686px;
  top: 0;
  width: 284px;
  height: 250px; }

.elements svg {
  left: 0;
  top: 0;
  width: 284px;
  height: 250pxx; }

.outline {
  left: 0;
  top: 0;
  width: 970px;
  height: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  pointer-events: none; }

.elements {
  left: 686px;
  top: 0;
  width: 284px;
  height: 250px; }

.clickArea {
  display: block;
  left: 0;
  top: 0; }

.clickArea_video {
  left: 0;
  top: 40px;
  width: 686px;
  height: 170px; }

.clickArea_banner {
  left: 686px;
  top: 0;
  width: 284px;
  height: 250px; }

.video_container, .video {
  left: 0;
  top: 0;
  width: 686px;
  height: 250px; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }
