

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */


/**
 * ----------------------------------------
 * animation logo3d
 * ----------------------------------------
 */
.v-center {
  position: absolute;
  width: 100%;
  height: 10px;
  
}

.first-layer {
   position:relative; 
   /*position: absolute;*/ 
   
  top: 50%;
  transform: translate(80%,-50%);
  /* transform: translateY(-80%); */ 
  z-index: 100;
  
}

@media screen and (max-width: 480px) {
  .first-layer {
    position:relative;  
    top: 50%;
    transform: translate(50%,-50%);
    z-index: 100;
    
  }
}
  @media screen and (max-width: 768px) {
    .first-layer {
      position:relative;  
      top: 50%;
      transform: translate(60%,-50%);
      z-index: 100;
      
    }
  }
.second-layer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 180px;
}
