body
  {
  background-color: white;
  margin: 0;
  padding: 0;
  }

a:link
  {
  color: rgb(128, 192, 255);
  text-decoration: none;
  }

a:visited
  {
  color: rgb(128, 192, 255);
  text-decoration: none;
  }

a:hover
  {
  color: rgb(128, 192, 255);
  text-decoration: none;
  }

a:active
  {
  color: rgb(128, 192, 255);
  text-decoration: none;
  }

div.banner
  {
  background-color: black;
  text-align: center;
  }

div.swarming
  {
 	background-image: linear-gradient(black, white);
  display: table;
 	width: 100%;
	background-color: white;
 	margin: 0;
 	height: 500px;
 	overflow: hidden;
  }

img.left
  {
  left: 0%;
  z-index: 0;
	}

img.right
  {
  right: 0%;
  z-index: 0;
	}

img.swarm
  {
  position: absolute;
	}

img.paragon
  {
  position: absolute;
	}

img.pariah
  {
  position: absolute;
	}

img.cover_art
  {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -35%);
	}

div.album
  {
 	position: relative;
	background-color: white;
 	text-align: center;
 	height: 675px;
 	overflow: hidden;
  }

div.album_info
  {
  background-color: rgba(0, 0, 0, 1);
  width: 30%;
  margin-top: 100px;
  padding: 50px;
  font-size: 12pt;
  font-weight: bold;
  color: white;
  text-align: center;
  font-family: verdana;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  border-radius: 15px;
	}

div.title
  {
  font-size: 17pt;
  margin-bottom: 30px;
  }

div.video_section
  {
	display: table;
  width: 100%;
	}

div.still_video_container
  {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56%;
  margin-left: auto;
  margin-right: auto;
  }

iframe.still_video
  {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }

@media (max-width: 1200px), (max-device-width: 1200px)
  {
  img.pariah
    {
    display: none;
    }

  div.album_info
	  {
	  margin-left: auto;
	  margin-right: 100px;
		}
  }

@media (max-width: 800px), (max-device-width: 800px)
  {
  img.pariah
    {
    display: none;
    }

  img.paragon
    {
    display: none;
    }

  div.album_info
	  {
	  margin-left: auto;
	  margin-right: auto;
		}
  }
