body
  {
  background-color: black;
  color: white;
  }

a:link
  {
  color: #00FFFF;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  }

a:visited
  {
  color: #00FFFF;
  text-decoration: none;
  }

a:hover
  {
  color: #00FFFF;
  text-decoration: none;
  }

a:active
  {
  color: #00FFFF;
  text-decoration: none;
  }

.content
  {
  width: 100%;
  display: table;
  border-spacing: 12px;
  }

.column
  {
  background-image: url("images/blockhead/blockhead_background2.png");
  background-repeat: repeat;
  width: 30%;
  background-color: rgb(24, 24, 24);
  font-family: verdana;
  font-size: 11pt;
  vertical-align: top;
  display: table-cell;
  }

.album_cover
  {
  width: 100%;
  }

div.full_video_container
  {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  }

iframe.full_video
  {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }

iframe.video
  {
  width: 100%;
  height: 100%;
  }

.description
  {
  margin: 10%;
  line-height: 180%;
  text-align: justify;
  }

.tracklist
  {
  float: right;
  margin-bottom: 0px;
  margin-left: 20%;
  margin-right: 10%;
  }

@media (max-width: 900px), (max-device-width: 900px)
  {
  .content
    {
    display: static;
    }

  .column
    {
    display: static;
    width: 100%;
    float: left;
    }
  }
