@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
html{
overflow-x:hidden;
}
body{margin:0;padding:0;font-family:verdana,_sans;font-family: 'Montserrat', sans-serif;font-size:15px;font-weight:400;overflow-x:hidden;
}
	#usp{
		width: 50%!important;
		transition:none!important;
	}
.confirmtext{
background-color: white;
    padding: 5px;	
}
#loadexample{
display:none;
}
#loadexample button{
	width:100%;
	font-size:18px;
	font-weight:bold;
	box-shadow:2px 2px 4px rgba(0,0,0,0.5);
	background: white;
	color: black;
}
#loadexample.show{display:block;width: 160px;z-index: 2;position: absolute;right: 0px;left: 0px;margin: auto;top: 10px;}
#editor button.green{background-color: #5cb85c;color: white;}
button#startover{
display:none;
}
button#startover.show{
display:inline-block;
}
#slider_holder button.fa-close{
border-radius:50%;
padding:2px;
position:absolute;
right:-20px;
top:4px;
margin:0;
width:20px;
height:20px;
box-shadow:2px 2px 4px rgba(0,0,0,0.5);
}
div#whiteblock {
    position:absolute;
    background-color:white;
    height:110px;
    width:600px;
    left:0px;
    right:0px;
    margin:auto;
display:none;
    /* max-width: 80%; */
}
#pastoe{/* background-color: #5cb85c; *//* color: white; *//* box-shadow: 2px 2px 4px rgba(0,0,0,0.5); */}

#edit_font_size,#edit_fonts {
    position: absolute;
    max-width:90%;
    left:0px;
    cursor:pointer;
    z-index:20;
    display:none;
    box-sizing:
    border-box;
}
#edit_font_size.show>div{
padding:5px;
background-color:white;
display:inline-block;
box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}

#edit_font_size.show,#edit_fonts.show{
	display:block;

}
#edit_fonts:hover .fonts{
    /* display:block; */
}
#edit_fonts>.fonts{
    display:
    none;
    max-width: 170px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
max-height:200px;
    overflow:
    auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body #edit_fonts>.fonts >div{
    padding:5px;
    font-size:20px;
    border-bottom:1px dotted #ccc;
    background-color: white;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    transition:0.5s;
}
#edit_fonts>.fonts >div.selected{
	background-color:
	red;
	color: white;
}
#edit_fonts>.fonts >div:hover{
    background-color:#ccc;
}
#edit_fonts input[type=checkbox]{
	display:none;
}
#edit_fonts input[type=checkbox]:checked ~.fonts{
	display: block;
}
#edit_fonts .first{
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    position: relative;
    background-color: white;
    display: inline-block;
    width: 150px;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
    margin-bottom:5px;
    cursor: pointer;
	transition:0.5s;
}
#edit_fonts .first:hover{
	background-color:#ccc;
}
div.edittext {
    text-align:left;
    height:0px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
	z-index:2;
}
div.edittext button{
    padding: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-select{
	display:none;
}

#information{position:fixed;width: 50%;top:0px;left: 50%;overflow:visible;background-color: #5aba0e;height:100%;z-index:20;transition:0.5s;box-shadow: none;}

#information.show{left: 50%;}
#information>button{position:absolute;top: 0%;border:none;width:40px;height:110px;font-size:30px;z-index:1;left:-38px;background-color:transparent;background-image:url(https://specials.fotogeschenk.nl/images/infoknop.svg?v=1);background-size:100%;background-repeat:no-repeat;user-select:none;transition: 0.5s;}
#information>button:hover{transform: scale(1.1);}
#information >div{width: auto;box-sizing:border-box;padding:5%;margin-left: 40px;position:relative;height:100%;overflow:auto;background-color:white;}
div#voet{
    position:absolute;top: 0px;left: 0px;background: white;width: 100px;height: 100px;z-index: 1000;display: none;}
}
div#voet div.left{
    width:100px;
    height:100px;
    background:red;
    display: block;
}
div#voet div.front{
    width:100px;
    height:100px;
    background:red;
    display: block;  
}
footer#footer {
    padding: 30px;
    background-color: white;
    position: relative;
    display: none;
}
div#hide_all {
    position:fixed;
    z-index:1000;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
display:none;
}
div#hide_all>div{
    max-width:80%;
    width:600px;
    background-color:white;
    padding:10px;
    margin:auto;
    top: 25%;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
    font-weight: bold;
}
div#hide_all.show{
display:block;
}
#reset_edit{font-size:24px;z-index:10;position:relative;margin-top: 0px;display: none;}
.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip {
  position: relative;
  cursor:pointer;
  margin:0px;
  margin-left:5px;
  font-size:14px;
  display:inline-block;
  vertical-align:top;
  margin-top:-5px;
  float:right;
  color: orange;
}
.tooltip .tooltiptext {visibility: hidden;/* width: 140px; */background-color: black;color: #fff;text-align: center;border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;bottom: 150%;left: 50%;margin-left: -70px;font-size: 12px;padding: 7px;font-weight: bold;box-sizing: border-box;font-family: "Open Sans", sans-serif,Arial,"Lucida Sans Unicode","Lucida Grande",sans-serif;transition: opacity 0.5s;opacity: 0;}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
opacity:1;
}
div#opties {
    display:none;
}
div,ul,li,p{

}
#wrapper{
	background-color: white;
    position: relative;
	box-shadow: 0px -20px 20px 0px rgb(0 0 0 / 10%);
    padding-top: 20px;
}
#info{padding:10px;float:right;width:50%;box-sizing:border-box;background-color: white;z-index: 1;position: relative;}
#info .head{color: red;}
div.price{color:white;padding:10px;width:80px;height:80px;box-sizing:border-box;border-radius:50%;float: right;background-color:black;font-weight:600;text-align:center;margin-right:30px;line-height:55px;font-size:15px;transform:rotate(-10deg);}
.clearfix{
clear:both;
}

#collection,#backgrounds{position:relative;overflow:auto;transition: 0.5s;max-height:0px;border: 1px solid transparent;background-color: white;}
#collection.open,#backgrounds.open{max-height:800px;border: 1px solid silver;background-color: #e3e3e3;}
#collection .background .fa{
position:absolute;
background-color:yellow;
padding:3px;
display:block;
}
#collection.open{
	overflow:visible;
}
#collection .background,#backgrounds .background{
	width: 80px;
	margin-right: 2px;
	margin-bottom: 2px;
	height: 80px;
	overflow:visible;
	border: 1px solid transparent;
	box-sizing:border-box;
	opacity:0.8;
	transition:all 0.5s;
	cursor: pointer;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.background[used]:before {
  position:absolute;
  font-family:fontAwesome;
  content:"\f00c";
  padding:4px;
  color:red;
  background-color:white;
   
}
.directory.open:empty:before{
	content:"[No images found, please upload your images]";
	margin-left:4px;
	display:block;
}
.directory{
	/* transition: 0s; */
	max-height:0px;
	overflow:auto;
	min-height: 0px;
}
.directory.open{max-height:600px;min-height: 100px;}
.directory.closed{
max-height:0px;
}

#backgrounds .background[selected]{
	border:3px solid #1039dc;
	opacity:1;	
}
#collection .background img,#backgrounds .background img{
width:100%;
height:auto;
touch-action: manipulation;
}
span.score {
    background-color: orange;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: white;
    font-size: 13px;
}
#slider_holder{
	vertical-align: top;
	margin-top: 5px;
	display: none;
	position: absolute;
	width: 100%;
	margin: auto;
	left: 0px;
	right: 0px;
	z-index: 1;
	text-align: center;
	top: 57px;
}
#slider_holder.show{
	display: block;
}
#slider_container {display:block;width: 250px;padding:5px;box-sizing: border-box;height: 36px;position:relative;margin:auto}

#scale_img {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-appearance: none;
   width: 100%;
   height: 5px;
   background: white;
   outline: none;
   opacity: 1;
   -webkit-transition: .2s;
   transition: opacity .2s;
   padding: 0;
   margin: 0;
   border: none;
   box-shadow: 0px 0px 3px rgba(0,0,0,0.8);
}

#scale_img:hover {
  opacity: 1;
}

#scale_img::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #fff;
  cursor: pointer;
border-radius:50%;
border:1px solid black;
box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
div#textholder {
    position:absolute;
    margin:auto;
    left:0px;
    right:0px;
    box-sizing:border-box;
    border: none;
    z-index: 2;
    top: 0px;
    overflow: hidden;
    /* background-color: aliceblue; */
}
div#text1 {
    display:
    block;
    background-color: transparent;
    position: relative;
    width: 100%;
    left:0px;
    right:0px;
    box-sizing:
    border-box;
    text-align:
    center;
    z-index: 1;
    padding: 0px;
    border: none;
}
div#text1 input{
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	font-family: Montserrat;
	box-sizing: border-box;
	padding: 0px;
	border: none;
	width: 100%;
	height: auto;
	background:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	color: black;
}
div#text1 input,div#text2 input{
	border:1px dotted #ccc;
}
div#text2 input{
	text-align: center;
	font-size: 20px;
	font-family: Montserrat;
	box-sizing: border-box;
	padding: 0px;
	width: 100%;
	height: auto;
	background: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:
	none;
	color: black;
}
div#text2 {
    display:
    block;
    height:
    auto;
    background-color: transparent;
    position: relative;
    width: 100%;
    left:0px;
    right:0px;
    margin:
    auto;
    box-sizing:
    border-box;
    text-align:
    center;
    z-index: 1;
    border: none;
}
div#text2 input:focus,div#text1 input:focus{

}
#editor_hider{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background-color:rgba(255,255,255,0);
transition:background-color 0.5s,z-index 2s;

z-index:-1;
}
#editor_hider.show{
background-color:rgba(0,0,0,0.5);
transition:background-color 0.5s;
z-index:2;
}
#content{position:relative;display: none;}
#editor{perspective: 300px;opacity:1;position:fixed;top:0px;left: 0%;transition:all 0.5s;height: 100%;box-sizing:border-box;padding:0;margin:0;overflow:auto;z-index:2;background-color:white;display:block;overflow: hidden;width: 100%;opacity: 1;perspective: 300px;background-size: cover;background-repeat: no-repeat;background-position: center;}
#move_editor{
	width: 100%;
	height: 100%;
	position: absolute;
	margin:0px;
	padding:0px;
	box-sizing:
	border-box;
	border:none;
	top:0px;
	left:0px;
	overflow: hidden;
	/*
transform: rotateY(3deg);
	transform-origin: center;
	transition: transform 1s;
*/
	user-select: none;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#playthegame{
position:absolute;
opacity:0;background-color: #ffffff;
min-height:100%;display: none;}
#playthegame.play{
	background-color: white;
	opacity:1;position:absolute;top:0;left:0;width:100%;min-height:100%;box-sizing:border-box;padding: 5px;margin:0;overflow:auto;z-index: 3;display:block;height: auto;}

#playthegame.play.round #play>div{
	border-radius:50%;
	
}
#playthegame #play{width:100%;background-color:#fff;/* padding: 5px; */overflow: hidden;/* position: relative; *//* height: 100%; */}
#playthegame div.game{
background-color:#fff;
display:block;
position:relative;
box-sizing:border-box;
padding:0px;
margin:0px;
}

#playthegame div .fa{font-size:24px;color: orange;text-align:center;display: block;z-index: 1;position: relative;width: 100%;box-sizing: border-box;height: 60%;padding-top: 40%;text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}

#playthegame div.with-image{
background-color:green;background-size:cover;background-repeat:no-repeat;cursor: pointer;
box-shadow:2px 2px 4px rgba(0,0,0,0.5);
}

#playthegame div.with-image img{
box-shadow:2px 2px 4px rgba(0,0,0,0.5);
display:block;
position:absolute;
transition:all 1s;
-webkit-transition:all 1s;
transform: rotateY(90deg);
backface-visibility: hidden;

-webkit-transform: rotateY(90deg);
-webkit-backface-visibility: hidden;

}
div#table {
display:none;
    position: absolute;
    background-image: url(https://specials.fotogeschenk.nl/acrylblok/images/table.png?v=1);
    width: 100%;
    height: 800px;
    background-size: 100%;
    top: 530px;
    background-repeat: no-repeat;
    background-position: top;
}
#svg-shape-holder,#editor_mask_holder,#editor_mask{margin:auto;overflow: visible;position: absolute;box-sizing:border-box;border: none;margin-top: 20px;cursor: move;left: 0;right: 0;transform: scale(0.8);}
#editor_mask_holder.round, #editor_mask.round{
	border-radius:50%;
}
div#borderbox {
    height: 650px;
    position:absolute;
    border: none;
    margin:auto;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    max-width: 500px;
    background-color: rgba(255,255,255,0.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    /*
background-image:url(https://specials.fotogeschenk.nl/acrylblok/images/berkenbovenkant.jpg);
background-repeat:no-repeat;
background-position:center;
background-size:cover;
*/
    transform: scale(0.8);
}
#svg-shape-holder{background: transparent;
	/* clip-path: url(#shapemask); */
overflow: hidden;}
#editor.move #editor_mask_holder,#editor.move #svg-shape-holder{
	opacity: 0.5;
	overflow: visible;
}
#editor_mask{
	/* clip-path: url(#shapemask); */
	overflow: hidden;
	background-color: white;
	cursor: move;
}
#editor.move{

-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#editor_mask_holder{
	pointer-events:none;
	opacity: 0;
	transition: opacity 0.5s;
}
#editor_mask_holder img,#editor_mask img{position:absolute;}

#debug{
display:none
/* padding:5px; *//* min-height: 36px; */
}
#debug>span{
	background-color:red;
	padding:5px;
	display:inline-block;
	color:white;
	margin-bottom: 3px;
}
label.radio{
    cursor:pointer;
}
label.radio:hover:before,label.radio:active:before {
    background-color: #be3030;
}
button[type="button"]:hover,button[type="button"]:active{
    background-color: #be3030;
}

label.button,button,a.button,input[type="button"], input[type="submit"], input[type="reset"],button[type="submit"],button[type="button"]{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display:inline-block;
	background-color: #5cb85c;
	background-color: black;
	border-radius:0px;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.5s;
	-o-transition: background-color  0.5s;
	-ms-transition: background-color  0.5s;
	-moz-transition: background-color  0.5s;
	-webkit-transition: background-color  0.5s;
	appearance:none;
	-webkit-appearance: none;
	-moz-appearance:none;
	padding: 10px;
	border:none;
	font-size:13px;
	margin:4px;
	margin-left: 0px;
	box-sizing: border-box;
	outline:none;
	touch-action: manipulation;
}
button#startover{
background-color:red;
}
button#upload_always {
    /* position: absolute; */
    /* margin: auto; */
    /* left: 0px; */
    /* right: 0px; */
    /* width: 54px; */
    /* top: 200px; */
    /* border-radius: 50%; */
    /* box-shadow: rgb(0 0 0 / 50%) 2px 2px 4px; */
    /* font-size: 24px; */
    /* z-index: 10; */
}
button:hover{
background-color:red;
color:white
}
#first_upload{
	background-color: rgb(92, 184, 92);
	color: white;
	width: 80px;
	height: 80px;
	padding: 2px;
	border: 3px solid black;
	border-radius: 50%;
	position: absolute;
	top: 270px;
	left: 0px;
	right: 0px;
	font-size: 26px;
	margin: auto;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	display: none;
}
#first_upload span{
	font-size: 16px;
    margin: 0;
    display: block;
    padding: 0px;
}
#choose_shape button {
    
}
#choose_shape button.set {
    background-color:red;
	color:white;
}
#collection button{
	margin-left:3px;
}
button.again{
display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 80px;
    font-size: 20px;
max-width:200px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}
#buttons button{
font-size:20px;
}
#progressholder{display:none;position:fixed;height: 6px;}
#progressholder.open{
left:0px;
width:100%;
top:0%;
height:100%;
background-color:rgba(0,0,0,0.5);
z-index:1000;
display:block;
}
#progress_upload{top: 50%;background-color:red;height: 6px;width:0px;box-sizing:border-box;position: absolute;}
div#status_upload {
    margin:auto;
    text-align:center;
    color:white;
    font-size:20px;
    top: 46%;
    position: absolute;
    width: 100%;
}
#tools{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:1;
	max-width:50px;
	padding:0;
	padding-top:2px;
	margin:0;
	box-sizing:border-box;
	padding-left: 0px;
	text-align: left;
	width: 46px;
	transition: top 1s,left 1s;
	white-space: normal;
	overflow: visible;
	position:
absolute;
	left: -80px;
}

	
#tools.show{display:block;top: 0px;left: 0!important;padding-top: 0;}

#tools button{/* background-color: white; */width:44px;box-shadow: 1px 1px 2px rgba(0,0,0,0.3);margin: 0px;margin-bottom: 4px;font-size: 20px;background: white;color: black;}

#addtocart{background-color: #cc1414;color: white;}
#memory{margin: auto;padding:0;box-sizing:border-box;position:relative;display:block;overflow:hidden;max-width: 50%;margin-left: 0px;background-color: white;float: left;}
#memory >div,#play >div{transition: border-radius 0.5s,opacity 0.5s;opacity:1;width: 20%;padding:0;margin:0;height:200px;float:left;border:1px solid red;box-sizing:border-box;overflow:hidden;display:block;position:relative;}
#play >div{border-radius: 0px;border:none;}
#memory .memory{
opacity:1;
}
#memory .memory.no-image {
cursor: pointer;
}
#memory .memory.no-image::before{content: '\f093';font:normal normal normal 30px/1 FontAwesome;display:block;text-align:center;color:#ccc;cursor: pointer;margin-top: 40%;}
#memory .memory img{width:100%;height:auto;position:absolute;left:0px;top:0px;cursor: pointer;}
#memory .memory button,#memory .memory span{position:relative;z-index:2;background-color:white;padding:4px;margin:3px;display:inline-block;color:black;cursor: pointer;}
#memory.round .memory span{
    border: 1px solid #ccc;
}
div#memory.round .memory{
    border-radius:50%;
    
}
div#memory.round .memory button{
    margin-left:30%;
    margin-top:10px;
}
#memory .memory span{
	/* display:none; */
}
#memory.pieces36 .memory{
	width:calc(100%/6)
}
#memory.pieces25 .memory{
	width:calc(100%/5)
}
#memory.pieces49 .memory{
	width:calc(100%/7)
}
#opties button.selected{
background-color:red;
color:white;
}
@media (min-width:900px) and (min-height:700px){
    div#borderbox {
        max-width:600px;
        
    }
}
@media (min-width:900px) and (min-height:750px){
    div#borderbox {
        max-width:620px;
        
    }
}
@media (min-width:900px) and (min-height:800px){
    div#borderbox {
        max-width:650px;
        
    }
}
@media (min-width:900px) and (min-height:850px){
    div#borderbox {
        max-width:700px;
        
    }
}
@media (min-width:1700px){
  body{
    font-size:18px;
  }
  div#information{
    width: 50%;
    left: 50%;
  }
  div#information.show {
    /* left: 66.66%; */
  }
}
@media (min-width:500px){
    div#text1 input{
        font-size: 24px;
    }
    div#text2 input{
        font-size:20px;
    }
}
@media (min-width:800px){
	#information>button{
		display:none
	}
#editor{min-width:50%;max-width: 50%;}
#collection{
	position:absolute;
}

	#editor.edit{opacity:1;max-width: 50%;left: 0;box-shadow: -5px 2px 13px rgba(0,0,0,0.5);}
	#memory.edit{
		margin-left:0px;
		max-width:50%
	}
}
@media (max-height: 800px){
	#memory{
		max-width: 50%;
	}
#pastoe{

}
}
@media (pointer: coarse) {
.tooltip{
display:none;
}
}
@media (pointer: none) {
.tooltip{
display:none;
}
}
@media (max-width:800px){
#memory >div{
	width:25%;
}
.tooltip{
display:none;
}
#editor{
width:100%;
min-width:100%;
}
	#usp{
		width: 100%!important;
	}
	#information{
		left:100%;
		width:100%;
	}
#editor.edit{
opacity:1;
left:0px;
}
#info{
float:none;
width:auto;
}
#memory{
	margin:auto;
	max-width: 100%;
	float: none;
}

}
@media (max-width:500px){
#loadexample.show{
	/* top:unset; */
	/* bottom:10px; */
}
#information{
width:90%;left: 100%;}
#information.show{left: 10%;box-shadow: -2px 2px 4px rgba(0,0,0,0.5);}

#collection .background,#backgrounds .background{
width:50px;
height:50px;
}
#collection .background img,#backgrounds .background img{
width:100%;
}
}