@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Fahkwang:400,300,700,500");

@font-face {
  font-family: "Valter-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("https://anima-uploads.s3.amazonaws.com/projects/60ad7f1aa8d1025ff31182f3/fonts/valter.otf")
    format("opentype");
}

* {

  box-sizing: border-box;
}
.screen * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.screen a {
  text-decoration: none;
  display: contents;
}
.screen div {
  -webkit-text-size-adjust: none;
}
.screen textarea:focus,
.screen input:focus {
  outline: none;
}
.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}
@media (min-width: 1100px) {

  .container {width:1050px;}
  
  }
  
  @media (max-width: 1100px) and (min-width: 1000px) {
  
  .container {width:950px;}
  
  }
  
  @media (max-width: 1000px) and (min-width: 800px) {
  
  .container {width:750px;}
  
  }
  
  @media (max-width: 800px) and (min-width: 500px) {
  
  .container {width:450px;}
  
  }
  
  @media (max-width: 500px) {
  
  img.x1-tpfsDM{
    width: 20%;
    scale: 10%;
  }
  
  }
