.anim_screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 1000;
  transform-origin: center; }

.logo_wrp {
  font-family: tbudrgothic-std,sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #255C15;
  text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.14);
  font-size: 7rem;
  line-height: 1.6em;
  position: relative;
  top: 9.5vh;
  margin-bottom: 12vh;
  /*	.first {
  		top: 258px;
  	}
  	
  	.second {
  		top: 143px;
  	}*/ }
  .logo_wrp .first,
  .logo_wrp .second,
  .logo_wrp .third {
    position: relative;
    /*		top: 0;*/
    top: 30px;
    opacity: 0; }

.skip {
  text-align: center;
  cursor: pointer;
  opacity: 0;
  font-size: 1.2rem;
  position: relative;
  z-index: 1001; }

.bg_wrp {
  background: url("../images/bg_hero.svg") no-repeat center bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0; }

@media screen and (max-width: 425px) {
  .logo_wrp {
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.14);
    font-size: 10vw;
    margin-bottom: 20vh;
    /*		.first {
    			top: 150px;
    		}
    
    		.second {
    			top: 90px;
    		}*/ }
    .logo_wrp .first,
    .logo_wrp .second,
    .logo_wrp .third {
      /*			position: relative;*/
      top: 30px;
      opacity: 0; }

  /*	.skip {
  		text-align: center;
  		cursor: pointer;
  		opacity: 0;
  		font-size: 1.2rem;
  		position: relative;
  		z-index: 1001;
  	}*/ }
