html, body, main{
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

main#banksy{
  align-items: baseline;
  display: flex;
  justify-content: center;
}

body { 
   opacity: 0;
   transition: opacity .5s;
   margin: 0px;
}

img {
  margin: auto;
  display: block;
}

#babytext{
  align-items: center;
  display: flex;
  justify-content: center;
}

#babytext img {
  width: 100%;
  max-width: 600px;
}

#piece{
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
  cursor: pointer;
  height: 70vh;
  max-height: 820px;
  position: relative;
  width: calc(70vh * 0.774);
  max-width: 635px;
}

#lichtensteinshadow{
  box-shadow: none;
  cursor: pointer;
  height: 70vh;
  position: relative;
  width: calc(70vh);
}

#lichtenstein{
  background: url(lichtenstein-desktop.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  width: 100%;
}

#babyshadow{
  box-shadow: none;
  cursor: pointer;
  height: 70vh;
  max-height: 820px;
  position: relative;
  width: calc(70vh);
}


.visible-mobile {
  display: none !important;
}

#babycowboy{
  display: block;
  height: 80vh;
}
#babycowboy img {
  max-height: 80vh;
  max-width: 100%;
}


	
#frame{
  background: url(banksy-frame.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  max-width: 635px;
  max-height: 820px;
}

#holder{
  background: url(banksy-background.jpg);
  background-size: cover;
  height: calc(70vh * 0.69);
  left: 18.9%;
  position: absolute;
  top: 15.4%;
  width: calc(70vh * 0.774 * 0.617);
  max-width: 392px;
  max-height: 566px;
}

#painting{
  height: 100%;
  position: absolute;
  transform: translateY(0%);
  width: 100%;
}

#original, .shred{
  background: url(announcement.jpg);
  background-size: cover;
  max-width: 392px;
  max-height: 566px;
}

#original{
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#shredded{
  bottom: 0;
  display: grid;
  grid-column-gap: 3px;
  grid-template-columns: repeat(11, 1fr);
  height: 100%;
  position: absolute;
  width: 100%;
  max-width: 392px;
  max-height: 566px;
}

#shredded .shred{
  background-position: top center;
}

#shredded .shred:nth-child(1){
  background-position: 0% 0%;
}

#shredded .shred:nth-child(2){
  background-position: 10% 0%;
}

#shredded .shred:nth-child(3){
  background-position: 20% 0%;
}

#shredded .shred:nth-child(4){
  background-position: 30% 0%;
}

#shredded .shred:nth-child(5){
  background-position: 40% 0%;
}

#shredded .shred:nth-child(6){
  background-position: 50% 0%;
}

#shredded .shred:nth-child(7){
  background-position: 60% 0%;
}

#shredded .shred:nth-child(8){
  background-position: 70% 0%;
}

#shredded .shred:nth-child(9){
  background-position: 80% 0%;
}

#shredded .shred:nth-child(10){
  background-position: 90% 0%;
}

#shredded .shred:nth-child(11){
  background-position: 100% 0%;
}

input{
  display: none;
}

header{
  position: absolute;
  top: 2em;
}

header a{
  color: black;
}

@media only screen and (max-width: 500px){
	#lichtenstein{
  		background: url(lichtenstein-mobile.jpg);
  		background-repeat: no-repeat;
  		background-size: contain;
  		background-position: center;
  		height: 100%;
  		position: absolute;
  		width: 100%;
	}
	#piece{
  		cursor: pointer;
  		height: 70vh;
  		max-height: 490px;
  		position: relative;
  		width: calc(70vh * 0.774);
  		max-width: 375px;
	}

	#original, .shred{
  		background: url(announcement.jpg);
  		background-repeat: no-repeat;
  		background-size: cover;
  		max-width: 242px;
  		max-height: 490px;
	}
	#holder{
  		background: url(banksy-background.jpg);
  		background-size: contain;
  		height: calc(70vh * 0.69);
  		left: 18.9%;
  		position: absolute;
  		top: 15.4%;
  		width: calc(70vh * 0.774 * 0.617);
  		max-width: 242px;
  		max-height: 350px;
}
	#shredded{
  		bottom: 0;
  		display: grid;
  		grid-column-gap: 3px;
  		grid-template-columns: repeat(11, 1fr);
  		height: 100%;
  		position: absolute;
  		width: 100%;
  		max-width: 242px;
  		max-height: 490px;
}

.visible-mobile {
  display: block !important;
}

.hidden-mobile {
  display: none !important;
}


	#babycowboy{
      display: block;
  		background-repeat: no-repeat;
  		background-size: contain;
  		background-position: top;
  		height: 100%;
  		position: absolute;
  		width: 100%;
	}

	#babynshadow{
		box-shadow: none;
	}	
}