.c-zoom__wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.avatar {
  white-space: nowrap;
  background-color: #C3C3C3;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  color: #FFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}
.avatar img {
  border-radius: 50%;
}

.pinch-zoom-container {
  overflow: hidden;
  width: 100%;
    top:0;
   
    .position:fixed;
    .background: url(../../images/opal/loading.gif) 50% no-repeat;
    
}



.pinch-zoom-image {
  
  width: 100%;
  height: auto !important; 
  .width: auto !important;
  .height: 300px !important;
}


@media (min-height: 1280px)  {
  .pinch-zoom-container {
   
    height: 75% !important;
  }
  
}

@media (min-height: 1700px)  {
  .pinch-zoom-container {
    height: 75%  !important;
  }
  
}



@media (min-width: 1200px)  {

  .pinch-zoom-container {
   
    .height: 75%  !important;
     
  }

 .main-index{
  width: 90% !important;
  margin: auto !important;
  
 }

 
.pinch-zoom-image {
  
  width: 100% !important;
}

  
}



.pulse {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation: pulse 5s forwards;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}



.M1 {
  animation: M1 5s forwards;
 
}

@keyframes M1 {
  0% {
    transform: translateY(0);
    
  }
  
  100% {
    transform: translateY(100px);
   
  }
}



.M2 {
  animation: M2 5s forwards;
 
}

@keyframes M2 {
  0% {
   transform: translateY(100px);
    
  }
  
  100% {
    transform: translateY(0);
   
  }
}


.M3 {
  animation: M3 5s forwards;
 
}

@keyframes M3 {
  0% {
   
    transform: translateX(0);
  }
  
  100% {
    transform: translateX(-120px);
   
  }
}


.M4 {
  animation: M4 5s forwards;
 
}

@keyframes M4 {
  0% {
   
    transform: translateX(0);
  }
  
  100% {
    transform: translateX(120px);
   
  }
}


.M6 {
  animation: M6 5s forwards;
 
}

@keyframes M6 {
  0% {
   transform: translateY(100px);
   
    
  }
  
  100% {
    transform: translateY(50px);
   
   
  }
}


.M5 {
  animation: M5 5s forwards;
 
}

@keyframes M5 {
  0% {
   transform: translateY(50px);
   
    
  }
  
  100% {
    transform: translateY(100px);
   
   
  }
}

