* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Arial, sans-serif;
}

a {
  border: none;
  cursor: pointer;
  outline: none;
  user-select: none;
}

a:hover,
a:active {
  
}

#container {
  display: none;
  position: absolute;
  width: 968px;
  height: 248px;
  border:1px solid #000000;
  top: 0px;
  left: 0px;
  margin: auto;
  background-color: #1e1e1e;
  overflow: hidden;
}

#content {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#background_exit {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer !important;
  opacity: 0;
  background-color: #000000;
}

#content div {
  display: block;
  position: absolute;
  border: none;
}

#cta{
  overflow: hidden;
  top: 208px;
  left: 825px;
  width: 130px;
  height: 30px;
}

#glare{
  top: 0px;
  left: -120px;
}

#replayBtn{
  top: 5px;
  right: 5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

/*USER//////////////////////////////////////// CSS*/

#photo{
  top: 0px;
  left: 0px;
}

#gradientBckg{
  left: 0px;
}













































