.qili-aframe3 {
  overflow: hidden;
  position: relative;
  padding:0 0 calc((60 / 1300) * 100%) 0
}

.qili-aframe3 .videopalay {

  overflow: hidden;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  text-align: center;
}
.qili-aframe3 .videopalay video{
  width:100%;
  aspect-ratio: 16/9;
  object-fit: contain;
 
}



@media (min-width:1px) and (max-width:991px) {
  .qili-aframe3 .videopalay .videobtn {
    width: 64px;
  	height: 64px;
  }

 .qili-aframe3 .videopalay .videobtn .bg {
      width: 64px;
  	  height: 64px;
  }
  
  .qili-aframe3 .videopalay .videobtn i {
    font-size: 26px;
  }
}


@keyframes identifier {
  0% {
    transform: rotate(0deg) scale(1)
  }

  50% {
    transform: rotate(180deg) scale(1)
  }

  100% {
    transform: rotate(360deg) scale(1)
  }
}

