/* You, Giving A Shit 
	redone: 2. feb 2016 
  redone: 19. march 2026
  */

html, body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

main header h1 {
  display: none;
}

main header {
  padding-bottom: 2vh;
}

#comic,
#comic .inner {
  width: 100%;
  height: fit-content;
  text-align: center;
}
      
#comic img { 
  display: block; 
  height: 100%;
  width: auto;

  max-height: 100%;
  max-width: 100%;

  margin: 0px auto;
}

#comic img.image2 { 
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40vw;
  height: auto;
  mix-blend-mode: multiply;
  transform: translate( -50%, -50%) ;
}

@media screen and (min-width: 960px) {
  #comic img.image2 { width: 380px; }
}

/*  }

.content {
  position: relative;
  min-height: 400px; 
}

.content .slogan {
    position: absolute;
    top: 385px;
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: 10; 
}

.content .you {
    position: relative;
    z-index: 1;
    margin: 0px auto;
    display: block;
    border: none;
    cursor: pointer; 
  }
*/