@media only screen and (max-width: 3000px) and (min-width: 1400px){
  .studio-name {
  font-size: 1.6em;
}
.nav-links.open {
    clip-path: circle(1500px at 90% -10%);
    -webkit-clip-path: circle(5000px at 90% -10%);
    pointer-events: all;
}
.full {
  width: 90%;
}
.parallax{
  width: 100%;
}
.section-title-vertical {
  top: 60%;
}
.work.center {
    width: 300px;
    }
}
@media screen and (max-width: 600px) {
  .footer-bottom {
  font-size: 0.1rem!important;
}
.social {
  margin-right: 1px!important;
}
   
  title{
    font-size: 1.5em;
  }
  .full {
  padding: 100px 0;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; 
  overflow: visible;
}
.footer p {
  font-size: 0.3em;
  line-height: 0.2;
  }
.landing {
    height: auto;
    }
.section-title-vertical{
  
    
    right: 25px;
    bottom: 0;
    font-family: gotham;
    font-style: normal;
    /* font-weight: 400; */
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    color: #000;
    z-index: 10;
  /*vertical align text to center*/
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    
}
.work .info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  width: 94%;
  height: 100%;
  border-top-left-radius: 115px;
  border-top-right-radius: 115px;
  border-bottom-right-radius: 115px;
  border-top-right-radius: 115px;
  border-bottom-left-radius: 115px;
  border-bottom-right-radius: 115px;
  border-bottom-left-radius: 115px;
  border-top-left-radius: 115px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

}