html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
  user-select: none;
}

body {
  background-color: #666;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

@font-face {
    font-family: 'SamsungSharpSans-Bold';
    src:url('SamsungSharpSans-Bold.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.headline{
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  font-family: "SamsungSharpSans-Bold";
  font-weight: normal;
  display: inline-block;
  position: absolute;

  padding: 0 0 0 16px;
  left:0;
  line-height: 1.16;
}

#headline1, #headline2{
  top:120px;
  font-size: 28px;
}

#headline3{
  top:154px;
  font-size: 28px;
}

#headline4{
  top:154px;
  font-size: 33px;
}

.hide {visibility: hidden}

#banner {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #000;
}

.layer {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}

#exitBtn {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
}

#border{border: 1px solid #000}

.logo{
  position: absolute;
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
}

#samsungLogo{
  width: 100px;
  height:17px;
  top:16px;
  left:16px;
}

#QLEDLogo{
  width: 67px;
  height: 15px;
  top: 16px;
  right: 16px;
}

#QLEDLogoBig{
  width: 193px;
  height: 42px;
  top: 92px;
  left: 16px;
}

.sprite{
  position: absolute;
  background: no-repeat top left;
}

#tv{
  position: absolute;
  left: 12px;
  top: 284px;
  background-size: 1100px 156px;
  width: 275px;
  height: 156px;
  background-image: url(tvSprites.jpg);
}