* {margin: 0px; padding: 0px;}
html {font-size: 100%;}
ul, ol { list-style: none;}
a, li {text-decoration: none !important;}
a img {border:none !important;}
header, footer, section, article, figure, aside, video, audio, hgroup, nav{display: block;}

.full-window-height {height: 100%;}
.full-window-width {width: 100%;}
.video-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  font: 40px/1.2 sans-serif;
}
.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 120%;
}
.video-bg h1 {
  margin: 65vh 0 0 0;
  font: 400 4vmin 'Press Start 2P', cursive;
  color: white;
  text-shadow: 2px 2px 10px black;
}
.video-bg h2 {
  margin: 1vh 0 2vh 0;
  font: 400 2vmin 'Press Start 2P', cursive;
  color: white;
  text-shadow: 2px 2px 10px black;
}
.margin_freccina {margin: 3vh 0 0 0;}
.animazione_freccina {
  width: 100%;
  height: 18.38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  -ms-flex-line-pack: center;
    align-items:flex-end;

  -ms-flex-pack: distribute;
    justify-content: center;
  -webkit-animation-name: animazione_freccina;
  -webkit-animation-duration: 2s;
  animation-name: animazione_freccina;
  animation-duration: 2s;
}
@keyframes animazione_freccina {
  0% {transform: translateY(0px);}

	50% {transform: translateY(15px);}

	100% {transform: translateY(0px);}
}
.animazione_freccina {
	animation-name: animazione_freccina;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.button_header {
  display: inline-block;
  padding: 1.5% 3%;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  font: 400 1.5vmin 'Press Start 2P', cursive;
  background-color: #161616;
  border: none;
  box-shadow: -9px 9px #000;
}
.button_header:hover {background-color: #0D0D0D}
.button_header:active {
  background-color: #FF00DB;
  box-shadow: -6px 6px #000;
  transform: translateY(4px);
}
.logo {
  width: 10%;
}
.logo_mobile {
  display: none;
  width: 20%;
  margin-left: -50%;
}
.menu {
  width: 100vw;
  height: 10vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  -ms-flex-line-pack: center;
    align-items:center;

  -ms-flex-pack: distribute;
    justify-content: space-evenly;
  position: fixed;
  background-color: #FF00DB;
  font: 400 2vmin 'Press Start 2P', cursive;
}
.menuzindex {z-index: 999 !important;}
.listmenu {width: 10%;}
.listmenu_mobile {
  width: 10%;
  margin-left: 5%;
  font: 400 4vmin 'Press Start 2P', cursive;
}
nav {display: none;}
#menuToggle
{
  display: block;
  position: relative;
  left: -370px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input
{
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span
{
  display: block;
  width: 60px;
  height: 12px;
  margin-bottom: 5px;
  position: relative;
  background: black;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child {transform-origin: 0% 0%;}
#menuToggle span:nth-last-child(2) {transform-origin: 0% 100%;}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {transform: rotate(-45deg) translate(0, -1px);}
#menu {
  position: absolute;
  width: 100vh;
  min-height: 20vh;
  margin: -100px 0 0 -50px;
  padding-top: 125px;
  background: #FF00DB;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li
{
  padding: 10px 0;
  font-size: 10%;
}
#menuToggle input:checked ~ ul {transform: none;}
.parallax1 {
  background-image: url("..//img/photo_parallax1.JPG");
  min-height: 50vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 -25vh 0;
}
.games {background-image: linear-gradient(to bottom, #3500D3, #000000); width: 100%; min-height: 200px; padding-top: 0;}
.games h1{
  padding: 15vmin 0 5vmin 0;
}
.title_section_games{
  height: 100%;
  text-align: center;
  margin: 25vh 0 5vh 0;
  font: 400 4vmin 'Press Start 2P', cursive;
  text-shadow: -4px 4px 0 rgba(129,0,0,.75);
  color: #E52A29;
}
.salagiochi {
  background-image: url("..//img/salagiochi_stranger_things.gif");
  min-height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 10vmin 0;
}
.parallax2 {
  background-image: url("..//img/photo_parallax2.jpg");
  min-height: 50vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;

  -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  -ms-flex-line-pack: center;
    align-items:flex-end;

  -ms-flex-pack: distribute;
    justify-content: space-around;
  background-color: #190061;
  background-image: url("..//img/app_upside_down.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.app h1 {
    padding: 15vmin 0 5vh 0;
    width: 100%;
    text-align: center;
    font: 400 4vmin 'Press Start 2P', cursive;
    text-shadow: -4px 4px 0 rgba(129,0,0,.75);
    color: #E52A29;
}
.map {
  background-image: linear-gradient(to bottom, #041022, #041022);
  width: 100%;
  height: 100vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

	-ms-flex-wrap: wrap;
    flex-wrap: wrap;

	-ms-flex-line-pack: center;
    align-content: center;

	-ms-flex-pack: distribute;
    justify-content: center;
    order: 1;
}
.map h1{
  padding: 0 0 5vh 0;
  width: 100%;
  text-align: center;
  font: 400 4vmin 'Press Start 2P', cursive;
  text-shadow: -4px 4px 0 rgba(129,0,0,.75);
  color: #E52A29;
}
.parallax3 {
  background-image: url("..//img/arcade_palace_upside_down.jpg");
  min-height: 50vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer {
  background-color: #190061;
  width: 100%;
  min-height: 30vh;
  padding: 5vmin 0 5vmin 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -ms-flex-line-pack: center;

  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer p {
  margin: 0 10% 2% 10%;
  font: 400 2vmin/2.6vmin 'Press Start 2P', cursive;
  color: white;
  text-align: center;
  text-shadow: -2px 2px 10px black;
}
.quote1 {
  margin: 0 10% 2% 10%;
  font: 400 2vmin/2.6vmin 'Press Start 2P', cursive;
  color: white;
  text-align: center;
  text-shadow: -2px 2px 10px black;
}
.quote3 {
  width: 100%;
  margin: 0 10% 2% 10%;
  font: 400 2vmin 'Press Start 2P', cursive;
  color: white;
  text-align: center;
  text-shadow: -2px 2px 10px black;
}
.menu a {
  padding: 20px;
  float: left;
  display: block;
  color: #fff;
}
.animazione_freccina a {
  float: left;
  display: block;
}
.arcade_machine {
  margin: auto;
  width: 442px;
  height: 628px;
  background-image: url("..//img/arcade_machine.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.arcade_machinex2 {
  display: none;
  margin: auto;
  width: 828px;
  height: 1178px;
  background-image: url("..//img/arcade_machinex2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video_arcade_machine {
  margin: 24vh 0 0 17.5%;
}
.video_arcade_machinex2 {
  margin: 24vh 0 0 17.5%;
}
.android {
  margin: auto;
  height: 64px;
}
.appstore {
  margin: auto;
  height: 64px;
}
.map_city{
  min-width: 40%;
  min-height: 60%;
  position: relative;
  background-image: url("..//img/hawkins-map.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  order: 2;
}
.map_city a span {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}
.quote4{
  width: 30%;
  padding: 3% 0 1% 1%;
  font: 400 1.5vmin/2vmin 'Press Start 2P', cursive;
  color: white;
  order: 3;
}
.quote4 h1{
  text-align: left;
  font: 400 2.5vmin 'Press Start 2P', cursive;
  color: #E52A29;
}
.app_links {
  display: none !important;
  width: 100%;
  min-height: 10vh;
  background-color: #070E21;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
}
.app_links article {
  margin: 1% auto 1% auto;
  width: 421px;
  height: auto;
}

@media screen and (max-width: 768px){
  .video-bg video {
    transform: translate(-65%, -50%);
  }
  .footer p {
    margin: 0 10% 2% 10%;
    font: 400 1vh/1.6vh 'Press Start 2P', cursive;
    color: white;
    text-align: center;
    text-shadow: -2px 2px 10px black;
  }
  .app h1 {
      padding: 1% 0 2vh 0;
      width: 100%;
      text-align: center;
      font: 400 4vmin 'Press Start 2P', cursive;
      text-shadow: -4px 4px 0 rgba(129,0,0,.75);
      color: #E52A29;
  }
  .video-bg h1 {
    margin: 60vh 0 0 0;
    font: 400 4vmin 'Press Start 2P', cursive;
    color: white;
    text-shadow: 2px 2px 10px black;
  }
  .video-bg h2 {
    margin: 1vh 0 2vh 0;
    font: 400 3vmin 'Press Start 2P', cursive;
    color: white;
    text-shadow: 2px 2px 10px black;
  }
  .quote1 {
    margin: 0 10% 5% 10%;
    font: 400 2.5vmin/3vmin 'Press Start 2P', cursive;
    color: white;
    text-align: center;
    text-shadow: -2px 2px 10px black;
  }
  .button_header {
    display: inline-block;
    padding: 3% 6%;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    font: 400 3vmin 'Press Start 2P', cursive;
    background-color: #161616;
    border: none;
    box-shadow: -9px 9px #000;
  }
  .button_header:hover {background-color: #0D0D0D}
  .button_header:active {
    background-color: #FF00DB;
    box-shadow: -6px 6px #000;
    transform: translateY(4px);
  }
  .margin_freccina {margin: 0 0 0 0;}
  .animazione_freccina {
    width: 100%;
    height: 100px;
  }
  .logo_mobile {
    display: block;
    z-index: 999 !important;
  }
  .logo {display: none;}
  .listmenu {display: none;}
  nav {display: block;}
  #menuToggle {left: -270px;}
  .product__img {
    width: 16em;
    height: 28em;
    margin: 0 auto;
    display: block;
    top: 1em;
    left: 5%;
  }
  .app_links {display: block !important;}
  .android {display: none;}
  .appstore {display: none;}
  .app h1 {margin-top: 10vh;}
  .map {width: 100%; height: 130vmin;}
  .map_city{min-width: 80%; min-height: 40%;}
  .quote4{order: 1; text-align: center; margin-bottom: 2%;}
  .quote4 h1{text-align: center;}
}

@media only screen and (max-device-width: 768px){
  .video-bg video {
    transform: translate(-65%, -50%);
  }
  .footer p {
    margin: 0 10% 2% 10%;
    font: 400 1vh/1.6vh 'Press Start 2P', cursive;
    color: white;
    text-align: center;
    text-shadow: -2px 2px 10px black;
  }
  .app h1 {
      padding: 1% 0 2vh 0;
      width: 100%;
      text-align: center;
      font: 400 4vmin 'Press Start 2P', cursive;
      text-shadow: -4px 4px 0 rgba(129,0,0,.75);
      color: #E52A29;
  }
  .video-bg h1 {
    margin: 65vh 0 0 0;
    font: 400 4vmin 'Press Start 2P', cursive;
    color: white;
    text-shadow: 2px 2px 10px black;
  }
  .video-bg h2 {
    margin: 1vh 0 2vh 0;
    font: 400 3vmin 'Press Start 2P', cursive;
    color: white;
    text-shadow: 2px 2px 10px black;
  }
  .quote1 {
    margin: 0 10% 5% 10%;
    font: 400 2.5vmin/3vmin 'Press Start 2P', cursive;
    color: white;
    text-align: center;
    text-shadow: -2px 2px 10px black;
  }
  .button_header {
    display: inline-block;
    padding: 3% 6%;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    font: 400 3vmin 'Press Start 2P', cursive;
    background-color: #161616;
    border: none;
    box-shadow: -9px 9px #000;
  }
  .button_header:hover {background-color: #0D0D0D}
  .button_header:active {
    background-color: #FF00DB;
    box-shadow: -6px 6px #000;
    transform: translateY(4px);
  }
  .margin_freccina {margin: 0 0 0 0;}
  .animazione_freccina {
    width: 100%;
    height: 100px;
  }
  .logo_mobile {
    display: block;
    z-index: 999 !important;
  }
  .logo {display: none;}
  .listmenu{display: none;}
  nav {display: block;}
  .product__img {
  	width: 22em;
    height: 28em;
  	margin: 0 auto;
  	display: block;
  	top: 1em;
  	left: 12%;
  }
  .app_links {display: block !important;}
  .android {display: none;}
  .appstore {display: none;}
  .app h1 {margin-top: 10vh;}
  .video_arcade_machine {margin: 17vh 0 0 17.5%;}
  .map {width: 100%; height: 130vmin;}
  .map_city{min-width: 80%; min-height: 40%;}
  .quote4{order: 1; text-align: center; margin-bottom: 2%;}
  .quote4 h1{text-align: center;}
  .footer p {font: 400 1vmin/1.5vmin 'Press Start 2P', cursive;}
}

@media screen and (max-width: 480px) {
  #menuToggle {left: -150px;}
  .product__img {
    width: 10em;
    height: 8em;
    margin: 0 auto;
    display: block;
    top: 1em;
    left: 11%;
  }
  .product__bg {height: 29em !important;}
  #menuToggle span {width: 40px; height: 6px;}
}
@media screen and (max-width: 1440px) {
  .video_arcade_machine {margin: 50% 0 0 17.5%;}
  .product__img {
  	max-width: 19em;
    height: 28em;
  	/* margin: 0 auto;
  	display: block;
  	position: absolute; */
  	top: 1em;
  	/* pointer-events: none; */
    left: 8%;
  }
}
@media only screen and (max-device-width: 480px) {
  .app h1 {margin-top: 10vh;}
  .video_arcade_machine {margin: 13vh 0 0 17.5%;}
  .quote3 {
    margin: 0 10% 2% 10%;
    font: 400 2vmin/2.5vmin 'Press Start 2P', cursive;
  }
  .arcade_machine {display: none;}
  .arcade_machinex2 {display: block;}
  .quote4{font: 400 2vmin/2.5vmin 'Press Start 2P', cursive;}
  .quote4 h1{font: 400 2vmin/2.6vmin 'Press Start 2P', cursive;}
  .map {
    width: 100%;
    height: 150vmin;
    padding-top: 8vh;
  }
}
/* Inizio plugin */
a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}
*,
*::after,
*::before {
	box-sizing: border-box;
}
.games {
	--color-text: #000;
	--color-bg: #3500D3;
  --color-link: #0D0D0D;
	--color-link-hover: #0D0D0D;
	--color-info: #333;
	--color-menu: #031de6;
	--color-menu-hover: #000;
	--grid-columns: 2;
	--details-bg-up: #000;
  --details-bg-down: #161616;
	--details-bg-big-down: #000;
	--color-product-title: #000;
	--color-product-subtitle: #fff;
	--color-details-title: #E52A29;
	--color-details-subtitle: #fff;
	--color-descr: #fff;
  --color-details-desc: #fff;
	--color-price: #3500D3;
	--color-bg-addtocart: #000;
	--color-close: #E52A29;
	--color-bg-magnifier:;
	--color-magnifier: #161616;
	--color-btn-hover:;
  font-family: 'Press Start 2P', cursive;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #73FF85;
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}
button:focus {outline: none;}
/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
}
.js .loading::after {
	background: url(../img/electric-guitar.svg) no-repeat 50% 50%;
	pointer-events: none;
	opacity: 0.1;
	animation: loaderAnim 1s linear infinite alternate forwards;
}
@keyframes loaderAnim {to {opacity: 1;}}
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
/* Icons */
.icon {
	display: block;
	width: 3em;
	height: 3em;
	margin: 0 auto;
	fill: currentColor;
}
main {
	position: relative;
	width: 100%;
  z-index: -100000;
}
.info {
	color: var(--color-info);
	text-align: center;
}
.github {display: block;}
.grid {
	margin: 0em auto 0em; /*top right bottom left*/
	position: relative;
	padding: 0 1em;
	width: 100%;
	max-width: 1000px;
	display: grid;
	grid-template-columns: repeat(var(--grid-columns), 1fr);
}
.grid__item {
	padding: 0 4vw;
	margin: 0 0 12vh;
}
.grid__item:nth-child(odd) .product {
	margin-top: -5em;
}
.product {
	height: 100%;
	padding-top: 5em;
	position: relative;
	cursor: pointer;
}
.product__bg {
  padding: 1em 1em 1em 1em;
	height: 38em;
	background: var(--details-bg-down);
	position: relative;
}
.product__img {
	max-width: 19em;
  height: 28em;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 1em;
	pointer-events: none;
}
.product__title {
	position: relative;
	margin: 18em 0 0.2em;
	font-size: 1.75em;
	color: #E52A29;
  font-family: 'Press Start 2P', cursive;
	font-weight: 700;
}
.product__subtitle {
	position: relative;
	margin: 0;
	text-transform: uppercase;
	color: var(--color-product-subtitle);
	font-size: 0.85em;
	letter-spacing: 0.115em;
}
.product:hover .product__subtitle {color: var(--color-link);}
.product:hover .product__title {color: var(--color-link);}
.product__description,
.product__price {
	opacity: 0;
	position: absolute;
}
.details {
	position: fixed;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	padding: 40vh 0 10vh 10vw;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	pointer-events: none;
}
.details--open {pointer-events: auto;}
.details > * {
	position: relative;
	opacity: 0;
}
.details__bg {
	width: 100%;
	position: fixed;
	left: 0;
}
.details__bg--up {
	top: 0;
	height: 100vh;
	background: var(--details-bg-up);
}
.details__bg--down {
	top: 40vh;
	height: 60vh;
	background: var(--details-bg-big-down);
}
.details__img {
	position: absolute;
	top: 10vh;
	right: 10vw;
	height: 80vh;
}
.details__bg,
.details__img {transform-origin: 0 0;}
.details__title {
	margin: -1.5em 0 0.1em;
	font-size: 4.5em;
	color: var(--color-details-title);
	font-family: "Press Start 2P", serif;
	font-weight: 700;
  text-shadow: 2px 2px 10px black;
}
.details__subtitle {
	text-transform: uppercase;
	margin: 0.75em 0 1em 0;
	letter-spacing: 0.115em;
	font-size: 1.75em;
	color: var(--color-details-subtitle);
  text-shadow: 2px 2px 10px black;
}
.details__description {
	line-height: 1.5;
	font-weight: bold;
  text-shadow: 2px 2px 10px black;
	max-width: 50%;
	margin: 2em 0 0 0;
	color: var(--color-details-desc);
}
.details__price {
	font-size: 2em;
	font-weight: bold;
  text-shadow: 2px 2px 10px black;
	color: var(--color-price);
}
.details__close {
	position: absolute;
	top: 10%;
	right: 0;
	border: 0;
	background: none;
	margin: 2em;
	cursor: pointer;
	font-size: 0.85em;
	color: var(--color-close);
}
.dummy-menu {
	border: 0;
	background: none;
	padding: 0;
	margin: 2.75em 2.5em 0 0;
	position: fixed;
	top: 0;
	right: 0;
	font-size: 0.85em;
	color: var(--color-close);
	cursor: pointer;
	z-index: 1000;
}
.details__magnifier {
	border: 0;
	background: none;
	background: var(--color-bg-magnifier);
	color: var(--color-magnifier);
	padding: 1em;
	border-radius: 50%;
	position: absolute;
	z-index: 1000;
	right: calc(21.5vh + 10vw);
	top: 75vh;
	cursor: pointer;
}
.details__magnifier:hover {background: var(--color-btn-hover);}
.details__deco {
	width: 7em;
	height: 20px;
  background-color: white;
}
.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	transition: color 0.3s;
}
.media-item__img {
	max-width: 100%;
	opacity: 0.8;
	transition: opacity 0.3s;
}
.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}
.media-item__title {
	font-size: 1em;
	margin: 0;
	padding: 0.5em;
}
@media screen and (max-width: 40em) {
	.grid {padding: 0 1vw;}
	.grid__item {padding: 0 2vw;}
	.product__img {max-height: 19em;}
	.product__title {font-size: 1.25em;}
	.product__subtitle {font-size: 0.75em;}
	.details {padding: 30vh 0 5vh 10vw;}
	.details__bg--down {
		top: 30vh;
		height: 70vh;
	}
	.details__title {font-size: 2em;}
	.details__subtitle {font-size: 1em;}
	.details__price {font-size: 1.5em;}
	.details__description {
		max-width: 70%;
		font-size: 0.85em;
		margin: 1em 0 0 0;
	}
	.details__deco {
		height: 7px;
		width: 4em;
	}
	.details__img {right: -12vh;}
	.details__magnifier {right: 7vh;}
	.codrops-header {padding: 1em 4em;}
	.codrops-header__title {
		font-weight: bold;
		padding-bottom: 0.25em;
		text-align: center;
		font-size: 1.25em;
	}
	.dummy-menu {margin: 1.75em 1.5em 0 0;}
}
/* Fine plugin */
