* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}
scrollbar {
  width: 0;
  height: 0;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.4em;
  letter-spacing: .2rem;
  font-weight: bold;
  color: #FFF;
  text-decoration: underline dotted;
  text-decoration-thickness: 0.2rem;
}

h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .15rem;
  color: #FFF;
  overflow: hidden;
}

h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .1rem;
  line-height: 1.2rem;
  color: #e0e0e0;
  overflow: hidden;
  text-align: justify;
}

h4 {
  color: #ebbd17;
  line-break: none;
  display:inline
}

a {
  text-decoration: none;
  color: #ebbd17;
}
a:visited {
  text-decoration: none;
  color: #ebbd17;
}

b {
  font-size: 1.4rem;
  color: #ebbd17;
}

ul {
  text-align: left;
  font-size: 0.9em;
}

.video {
  width: 100%;
  height: 20em;
}

#contentpiece {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

#screenshot {
  width:30%;
  float: left;
  margin:1.5%;
  margin-bottom: 2em;
}