@import url(https://fonts.googleapis.com/css?family=Ubuntu:700); *{margin: 0; padding: 0;} #audio{visibility: hidden;}    ::-webkit-scrollbar{display: none;}
#audio{display: none;}
.item {cursor: pointer;-webkit-backface-visibility: hidden;} .item:hover > .overflow > .content-art {transform: translateY(0) translateZ(0);}

.item:nth-child(1n){background:#fff;}
.item:nth-child(2n){background:#e50000;}
.item:nth-child(3n){background:#ff0;}
.item:nth-child(4n){background:#008f39;}
.item:nth-child(5n){background:dodgerblue;}
.item:nth-child(6n){background:#ff8000;}
.overflow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  color: #d0ecf4;
}
.content-art {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  font-weight: 700 !important;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  transform: translateY(100%) translateZ(0);
  transition: transform 450ms ease-out;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
  border:solid #000 5px;
}
*,
*:after,
*:before {
box-sizing: border-box;
}
html,
body {
width: 100%;
height: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}
body {font-family: "Ubuntu", sans-serif;}