.video-360 {
  text-align: center;
}

#player2 video {
  border-radius: 15px;
  background-color: #eff2fc;
  width: 80%;
  height: 80%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  min-height: 300px;
}

.plyr__video-embed {
  aspect-ratio: unset;
}

.img-lifestyle img {
  border-radius: 15px;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
}

.steps {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .steps {
    position: absolute;
  }
}

.margin-bottom-lg {
  margin-bottom: 20px;
}

.show-sm {
  display: none;
}

@media screen and (max-width: 992px) {
  .show-lg {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .show-sm {
    display: block;
  }

  .show-lg {
    display: none;
  }

  .margin-bottom-sm {
    margin-bottom: 20px;
  }
}

.main__wrapper {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
}
