.videoautoplay{
  position: relative;
  height: 100%;
  width: 100%;
}
.videoautoplay video {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  object-fit: cover;
  object-position: center;
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;*/
}
.afel_video_controls,
.video-controls .top-wrapper {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.single-nos-destinations #videodestination .afel_video_controls{
  display: none;
}
.single-nos-destinations .secondvideo .videoautoplay:hover .afel_video_controls{
  display: block;
}
.progress{
  height: 200px;
  width: 200px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: calc(50% - 200px);
}
.progress .circularprogress{
  
}
.progress .circularprogress,
.progress:after {
  content: "";
  border: 1px solid green;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: 2;
}
.progress .circularprogress {
  border: 3px solid green;
}