h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Spiderfingers', serif;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, .h1.title, .h2.title, .h3.title, .h4.title, .h5.title, .h6.title {
  margin: 20px;
  color: #fff;
}

h1, .h1 {
  font-size: 54px;
  line-height: 62px;
  letter-spacing: 5px;
}

h2, .h2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 4px;
}

h3, .h3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 4px;
}

h4, .h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 3px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 3px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
}

body {
  background: #1b1b1b url("../images/asfalt.png") repeat fixed;
  font-family: 'UbuntuMono',sans-serif;
  color: #9e9e9e;
  min-height: 100vh;
  margin: 0;
  padding: 0 0 70px 0;
  position: relative;
  box-sizing: border-box;
  /* Close Button */
}

body * {
  box-sizing: border-box;
}

body a {
  color: #D8514D;
}

body a:visited, body a:active, body a:focus {
  columns: #D8514D;
}

body a:hover {
  opacity: 0.8;
}

body nav.desktop {
  background: #0b0b0b;
  box-sizing: border-box;
  min-height: 98vh;
  padding: 0px;
  margin: 0px;
  position: fixed;
  display: block;
  max-height: 98vh;
  width: 250px;
  left: 0;
  top: 60px;
  z-index: 99;
}

body nav.desktop a {
  display: block;
  margin: 0;
  box-sizing: border-box;
  color: #9e9e9e;
  padding: 10px 30px 10px 20px;
  font-size: 20px;
  text-decoration: none;
}

body nav.desktop a:hover {
  animation: none;
  background: #444;
  color: #f6f6f6;
}

body nav.desktop a.active {
  animation: none;
  background: #8B0000;
  color: #f6f6f6;
  font-weight: 700;
  cursor: default;
}

body nav.desktop a.active:hover {
  animation: none;
  background: none;
  color: #f6f6f6;
}

body nav.desktop a.active.blog {
  background: none;
  cursor: pointer;
}

body nav.desktop a.active.blog:hover {
  background: #1b1b1b;
  cursor: pointer;
}

body nav.desktop a.inactive {
  cursor: no-drop;
}

body nav.desktop a.inactive:hover {
  background: none;
  font-weight: 400;
  cursor: no-drop;
  color: #D8514D;
}

body nav.desktop .logo {
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 70px;
  min-width: 250px;
  max-width: 250px;
}

body nav.desktop .logo img {
  display: block;
  margin: 0 auto 80px auto;
  pointer-events: none;
  max-width: 50%;
}

body #navBlanket {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
}

body header {
  background: #000;
  text-align: right;
  height: 60px;
  max-height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  padding: 0 40px 0 0;
  z-index: 100;
}

body header #burger {
  display: none;
  width: 36px;
  text-align: center;
  font-size: 2.2em;
  cursor: pointer;
  color: #9e9e9e;
  float: left;
  padding: 0 10px 10px 10px;
}

body header #burger.active {
  color: #a34b4b;
}

body header h1 {
  color: #f3f3f3;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
}

body header h1 a {
  text-decoration: none;
  color: #f3f3f3;
  font-size: 3.2vw;
  /*&:after {
					content: url('../images/logo.png');
					margin-left: 10px;
					width: 72px;
				}*/
}

body header h1 a img {
  width: 128px;
  height: auto;
}

body header img.logo {
  display: inline-block;
  vertical-align: top;
}

body #universe {
  padding: 60px 0 0 250px;
  min-height: 97vh;
}

body #universe .singularity {
  background: transparent;
  margin: 0 0 0px 0;
  width: 100%;
  height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #D8514D;
}

body #universe .singularity h1.h1, body #universe .singularity h2.h2 {
  text-shadow: 2px 0px 6px rgba(0, 0, 0, 0.9);
}

body #universe .singularity h2.h2 {
  font-family: 'Tektur', sans-serif;
}

body #universe .singularity p {
  font-size: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f3f3f3;
}

body #universe .singularity p .oh {
  font-size: 68px;
  display: inline-block;
  margin-left: -20px;
}

body #universe .singularity p.small {
  font-size: 2vw;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
}

body #universe .singularity p .anim1 {
  animation-duration: 1.5s;
  animation-name: wFade1;
  animation-iteration-count: 1;
}

body #universe .singularity p .anim2 {
  animation-duration: 2s;
  animation-name: wFade2;
  animation-iteration-count: 1;
}

body #universe .singularity p .anim3 {
  animation-duration: 2.6s;
  animation-name: wFade2;
  animation-iteration-count: 1;
}

body #universe .singularity p .anim4 {
  animation-duration: 2.9s;
  animation-name: smallBounce;
  animation-iteration-count: 1;
}

body #universe .singularity p .anim5 {
  animation-duration: 3.1s;
  animation-name: smallBounce;
  animation-iteration-count: 1;
}

body #universe .singularity p .anim6 {
  animation-duration: 3.3s;
  animation-name: smallBounce;
  animation-iteration-count: 1;
}

body #universe .singularity p .tAnim1 {
  animation-duration: 1.5s;
  animation-name: tFade1;
  animation-iteration-count: 1;
}

body #universe .singularity p .tAnim4 {
  animation-duration: 2.9s;
  animation-name: tabletBounce;
  animation-iteration-count: 1;
}

body #universe .singularity p .tAnim5 {
  animation-duration: 3.1s;
  animation-name: tabletBounce;
  animation-iteration-count: 1;
}

body #universe .singularity p .tAnim6 {
  animation-duration: 3.3s;
  animation-name: tabletBounce;
  animation-iteration-count: 1;
}

body #universe .nebula {
  box-sizing: border-box;
  width: 100%;
  z-index: 50;
  position: relative;
}

body #universe .nebula.paralell {
  min-height: 400px;
  height: 35vh;
  max-height: 35vh;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

body #universe .nebula.static {
  min-height: 24vh;
  max-height: 24vh;
  overflow: hidden;
}

body #universe .nebula.static h2 {
  margin: 0 0 0 0;
  background: rgba(0, 0, 0, 0.65);
  text-align: right;
  padding: 15px 15px 15px 50px;
  color: #8b0000;
  position: absolute;
  left: 0px;
  top: 20%;
}

body #universe .nebula.static img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
}

body #universe .nebula.galaxy {
  min-height: 20vh;
  max-height: 20vh;
  background: transparent;
}

body #universe .nebula.galaxy h2 {
  margin: 0 0 0 0;
  background: rgba(0, 0, 0, 0.65);
  text-align: right;
  padding: 15px 15px 15px 50px;
  color: #D8514D;
  position: absolute;
  left: 0px;
  top: 20%;
}

body #universe .nebula.wormhole {
  min-height: 15vh;
  max-height: 15vh;
  background: transparent;
}

body #universe .nebula p {
  display: block;
  text-align: center;
  color: #f3f3f3;
  margin: 0 auto;
  padding: 0;
}

body #universe .nebula p.top {
  color: #e0dfdc;
  letter-spacing: .1em;
  font-size: 3vw;
  padding-top: 3vw;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}

body #universe .nebula p.bottom {
  color: #e0dfdc;
  letter-spacing: .1em;
  font-size: 7.5vw;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}

body #universe .portal {
  background: transparent;
  position: relative;
  height: 40vh;
  overflow: hidden;
  /*video {
				//transform: rotate(270deg);
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				//filter: invert(100%);
				filter: grayscale(100%);
			}*/
}

body #universe .portal video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
  filter: grayscale(100%);
}

body #universe .abyss .workspace.display {
  display: block;
}

body #universe .abyss .workspace.dev {
  background: #1f1f1f;
  margin: 15px 10px 60px 10px;
  display: inline-block;
  max-width: 46.5%;
  vertical-align: top;
}

body #universe .abyss .workspace.dev .hemisphere {
  display: block;
}

body #universe .abyss .workspace.dev .hemisphere.left {
  width: 100%;
}

body #universe .abyss .workspace.dev .hemisphere.right {
  width: 100%;
}

body #universe .abyss .workspace.img-section {
  background: #1f1f1f;
  display: flex;
  flex-direction: row-reverse;
}

body #universe .abyss .workspace.img-section.no-img {
  flex-direction: column;
  text-align: center;
  padding: 25px;
}

body #universe .abyss .workspace.img-section.no-img p {
  max-width: 780px;
  margin: 20px auto;
}

body #universe .abyss .workspace.img-section.no-img .button-glitch {
  margin: 0 auto;
}

body #universe .abyss .workspace.img-section .hemisphere img {
  position: sticky;
}

body #universe .abyss .workspace.img-section .hemisphere.left {
  flex-basis: 40%;
}

body #universe .abyss .workspace.img-section .hemisphere.right {
  flex-basis: 60%;
}

body #universe .abyss .workspace.img-section.alt {
  flex-direction: row;
}

body #universe .abyss .workspace h2 {
  color: #f3f3f3;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  padding: 0 0 0 25px;
}

body #universe .abyss .workspace .contactUs {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

body #universe .abyss .workspace .contactUs h4 {
  color: #D8514D;
}

body #universe .abyss .workspace .contactUs form {
  box-sizing: border-box;
  display: block;
}

body #universe .abyss .workspace .contactUs form .formHalf {
  box-sizing: border-box;
  display: inline-block;
  padding: 45px;
  text-align: left;
  width: 48%;
}

body #universe .abyss .workspace .contactUs form .formHalf input, body #universe .abyss .workspace .contactUs form .formHalf textarea {
  box-sizing: border-box;
  display: block;
  margin: 0 0 25px 0;
  width: 100%;
  padding: 10px;
}

body #universe .abyss .workspace .contactUs form .formHalf input[type=submit] {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px;
  background: #D8514D;
  text-decoration: none;
  box-sizing: border-box;
  color: #f3f3f3;
  cursor: pointer;
  margin: 50px auto 0 auto;
  text-align: center;
  border: 0;
}

body #universe .abyss .workspace .contactUs form .formHalf input[type=submit]:hover {
  background: #8B0000;
  color: #f3f3f3;
}

body #universe .abyss .workspace .contactUs form .formHalf textarea {
  min-height: 355px;
}

body #universe .abyss .workspace .hemisphere {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 -1px;
}

body #universe .abyss .workspace .hemisphere.left {
  width: 60%;
  vertical-align: middle;
  justify-content: center;
}

body #universe .abyss .workspace .hemisphere.right {
  width: 40%;
  vertical-align: top;
  padding: 0 20px 20px;
}

body #universe .abyss .workspace .hemisphere.supernova {
  display: block;
  text-align: center;
  width: 100%;
}

body #universe .abyss .workspace .hemisphere.supernova > * {
  text-align: left !important;
}

body #universe .abyss .workspace .hemisphere.supernova h3 {
  margin: 0;
}

body #universe .abyss .workspace .hemisphere.supernova a.gammaRayBurst {
  background-size: cover !important;
  overflow: hidden;
  width: 30%;
  padding-bottom: 30%;
  height: auto;
  box-sizing: border-box;
  margin: 0px 15px 15px 0;
  border: 1px solid #D8514D;
  display: inline-block;
  float: none;
}

body #universe .abyss .workspace .hemisphere.supernova a.gammaRayBurst:hover {
  border-color: #8B0000;
}

body #universe .abyss .workspace .hemisphere.supernova a.gammaRayBurst img {
  display: block;
  min-width: 100%;
  margin-left: 0;
  min-height: 100%;
}

body #universe .abyss .workspace .hemisphere.project {
  display: inline-block;
}

body #universe .abyss .workspace .hemisphere.project.complete {
  justify-content: center;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

body #universe .abyss .workspace .hemisphere.project.complete a.slide {
  background-size: cover !important;
  overflow: hidden;
  width: 22%;
  padding-bottom: 22%;
  height: auto;
  box-sizing: border-box;
  margin: 0px 15px 15px 0;
  border: 1px solid #D8514D;
  display: inline-block;
  float: none;
}

body #universe .abyss .workspace .hemisphere.project.complete a.slide:hover {
  border-color: #8B0000;
}

body #universe .abyss .workspace .hemisphere.project.complete a.slide img {
  display: block;
  min-width: 100%;
  margin-left: 0;
  min-height: 100%;
}

body #universe .abyss .workspace .hemisphere.project.info {
  vertical-align: top;
  width: 100%;
  text-align: left;
}

body #universe .abyss .workspace .hemisphere.project.info h3 {
  text-align: left;
}

body #universe .abyss .workspace .hemisphere.project.slides {
  display: block;
  width: 100%;
}

body #universe .abyss .workspace .hemisphere.project.slides span.category {
  text-align: left;
  margin-bottom: 25px;
}

body #universe .abyss .workspace .hemisphere.project.slides .holster {
  padding: 0 50px;
  position: relative;
}

body #universe .abyss .workspace .hemisphere.project.slides .holster .arrow {
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
  height: 90%;
  top: 0px;
  padding: 25px 10px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 36px;
  font-family: arial, sans-serif;
  z-index: 2;
}

body #universe .abyss .workspace .hemisphere.project.slides .holster .arrow.prev {
  left: 0px;
}

body #universe .abyss .workspace .hemisphere.project.slides .holster .arrow.next {
  right: 0px;
}

body #universe .abyss .workspace .hemisphere.project.slides .holster a.slide {
  background-size: cover !important;
  overflow: hidden;
  width: 7%;
  height: 75px;
  box-sizing: border-box;
  margin: 0px 15px 15px 0;
  border: 1px solid #D8514D;
  display: inline-block;
  float: none;
}

body #universe .abyss .workspace .hemisphere.project.slides .holster a.slide:hover {
  border-color: #8B0000;
}

body #universe .abyss .workspace .hemisphere.project.slides .holster a.slide img {
  display: block;
  min-width: 100%;
  margin-left: 0;
  min-height: 100%;
}

body #universe .abyss .workspace .hemisphere img {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body #universe .abyss .workspace .hemisphere h3 {
  text-align: right;
  margin-top: 0px;
  color: #8B0000;
  margin: 50px 0 0 0;
}

body #universe .abyss .workspace .hemisphere span.category {
  color: #D8514D;
  display: block;
  text-align: right;
}

body #universe .abyss .workspace .hemisphere p.description {
  padding: 0;
  color: #9e9e9e;
  text-align: justify;
  line-height: 22px;
}

body #universe .abyss .workspace .hemisphere a.portfolioLink {
  display: block;
  width: 70%;
  max-width: 70%;
  padding: 15px;
  background: #D8514D;
  text-decoration: none;
  box-sizing: border-box;
  color: #f3f3f3;
  cursor: pointer;
  margin: 50px auto 0 auto;
  text-align: center;
}

body #universe .abyss .workspace .hemisphere a.portfolioLink:before {
  color: #f3f3f3;
  margin-right: 10px;
}

body #universe .abyss .workspace .hemisphere a.portfolioLink:after {
  content: 'VIEW SITE';
  color: #f3f3f3;
}

body #universe .abyss .workspace .hemisphere a.portfolioLink:hover {
  animation: buttonFade 1s 1;
  background: #8B0000;
  color: #f3f3f3;
}

body #universe .abyss .workspace .hemisphere a.starburst {
  display: block;
  border: 1px solid #D8514D;
  margin: 0 auto;
  width: 40%;
}

body #universe .abyss .workspace .hemisphere a.starburst:hover {
  border-color: #8B0000;
}

body #universe .abyss .workspace .hemisphere a.starburst img {
  width: 100%;
}

body #universe .abyss .workspace.portfolio {
  box-sizing: border-box;
  padding: 60px 40px;
  text-align: center;
}

body #universe .abyss .workspace.portfolio .fb-account-info {
  display: none;
}

body #universe .abyss .workspace.portfolio .fb-photo {
  width: 15% !important;
  height: 180px !important;
  margin: 15px 15px 0 0;
  border: 1px #1b1b1b solid;
  overflow: hidden;
}

body #universe .abyss .workspace.portfolio .fb-photo .fb-photo-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

body #universe .abyss .workspace.portfolio .fb-preview-img {
  max-width: 800px;
  max-height: 600px;
  margin: 50px auto 0 auto;
}

body #universe .abyss .workspace.portfolio .fb-preview-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}

body #universe .abyss .workspace.portfolio .fb-preview-content .fb-preview-text {
  display: none;
}

body #universe .abyss .workspace.portfolio .fb-preview-content {
  margin: 0 0 0 0;
}

body footer {
  background: #000;
  padding: 20px 20px 10px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  color: #9e9e9e;
  border-bottom: #000 12px solid;
  z-index: 100;
  text-align: center;
}

body footer p {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
}

body footer p a {
  text-decoration: none;
  color: #a34b4b;
}

body footer p a:hover {
  color: #9e9e9e;
  animation: none;
}

body footer p.right {
  float: right;
}

body .album {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

body .album-details-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

body .album-details {
  margin-top: 10px;
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

body .album-details h2,
body #universe .abyss .album-details p {
  margin: 0 !important;
}

body #universe .abyss .album-details h2 {
  text-transform: uppercase;
  font-family: 'UbuntuMono', sans-serif;
  color: #2b2b2b;
  text-shadow: unset;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

body .album-details p {
  color: #666;
}

body .album-cover {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

body .album-cover:hover .image-shadow,
body .album-cover:focus .image-shadow,
body .album-cover:active .image-shadow {
  transform: scale(1.05);
}

body .album-cover .image-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

body .album-cover img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 240px;
  border-radius: 4px;
  margin-right: 20px;
}

body .song-list {
  display: none;
  margin-top: 20px;
  text-align: left;
}

body .song {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

body .song:hover, body .song:focus, body .song:active {
  background: #666;
  color: #f9f9f9;
}

body .song:last-child {
  border-bottom: none;
}

body #universe .abyss .modal {
  color: #2b2b2b;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  overflow: auto;
}

body #universe .abyss .modal .modal-content {
  background-color: #2a2a2a;
  /* Dark gray background */
  color: #aaa;
  /* White text color */
  border-radius: 8px;
  /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Soft shadow */
  max-width: 600px;
  /* Maximum width */
  margin: 20px auto;
  /* Centered horizontally */
  padding: 20px;
  /* Padding inside the modal */
  font-family: 'Arial', sans-serif;
  /* Font family */
  max-width: 768px;
  width: 100%;
}

body #universe .abyss .modal .modal-content .sticky-tortoise {
  position: sticky;
  bottom: 30px;
  right: 20px;
}

body #universe .abyss .modal .modal-content h2, body #universe .abyss .modal .modal-content h3 {
  text-transform: uppercase;
  color: #b71c1c;
  text-shadow: unset;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

body #universe .abyss .modal .modal-content strong, body #universe .abyss .modal .modal-content b {
  color: #fff;
}

body #universe .abyss .modal .modal-content #song-details {
  text-align: left;
  font-size: 16px;
  /* Paragraph font size */
  line-height: 1.5;
  /* Line height for readability */
  margin-bottom: 15px;
  /* Bottom margin */
}

body .close {
  color: #aaaaaa;
  /* Light gray color */
  float: right;
  /* Align to the right */
  font-size: 28px;
  /* Font size */
  font-weight: bold;
  /* Bold text */
  cursor: pointer;
  /* Cursor pointer */
}

body .close:hover {
  color: #b71c1c;
}

body .arrow {
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #333;
  transition: transform 0.3s ease-in-out;
  transform: rotate(-90deg);
}

body .rotated {
  transform: rotate(0deg);
}

@media only screen and (max-width: 768px) {
  body .album {
    flex-direction: column;
    align-items: center;
  }
}

body .fb-album-heading {
  display: none !important;
}
