p {padding: 0px;
  margin: 0px;
  line-height: 1.3;
  font-weight: 300;
  color: grey;
  font-size: 0.7rem;
}

h4 {padding: 0px;
  margin: 0px;
  line-height: 1.3;
  font-weight: 600;
}

body {
  background-color: #EEE;
}

.container {
  width: 560px;
  background-color: white;
  margin: 0 auto;
}

header, section{
  width: 560px;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  background-color: #FFF;
}

section {
  top: 40px;

}

.logo {
  width: 120px;
}

main {
  padding: 380px 18px 10px;
}

article {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 2px solid #fff;
  border-radius: 8px;
}

article:hover{
  border: 2px solid #ff9999;
}

.thumb {
  height: 70px;
  border-radius: 6px;
}

.details {
  padding: 8px 22px;
}

/*#player {
  pointer-events: none;
}*/

#player {/*filter: grayscale(1);*/ 
     position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: auto;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  #player {
      pointer-events: auto;
  }
}

/* Safari 7.1+ (10.1 is the current version as of April 2017) */

_::-webkit-full-page-media, _:future, :root
  #player {
    pointer-events: auto;
  }
