﻿.provideo-box {
  width: 100%;
  padding-top: 30px;
}

.provideo-box .provideo-viBox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.provideo-box .provideo-vi {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.provideo-box .provideo-video {
  width: 100%;
  height: 100%;
}
