.video-wrapper {
  position: relative; }

.video-controls {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: #F7F7F8B3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  margin-right: 3px; }

.video-controls button {
  width: 2.813rem;
  /* Adjust the width to your desired value */
  height: 2.813rem;
  /* Adjust the height to your desired value */
  background-color: transparent;
  color: #000000;
  border: none;
  outline: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.video-controls button i {
  font-size: 0.938rem; }

.progress-bar-wrapper {
  position: relative;
  height: 5px;
  width: 100%;
  margin-top: 5px;
  background-color: #e1e1e1; }

.progress-bar {
  position: absolute;
  height: 100%;
  background-color: #DD0DA2;
  width: 0%; }

.video-controls .progress {
  height: 100%;
  width: 0%;
  background-color: #ffff;
  position: absolute;
  top: 0;
  left: 0; }

.zoom-in-button,
.zoom-out-button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #ffff;
  font-size: 1.5rem; }

.fullscreen-button {
  background-color: transparent;
  border: none;
  font-size: 1.25rem;
  color: #ffff;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.fullscreen-button i {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem; }

.video-controls button:hover {
  background: #000000;
  color: #ffff; }

.video-controls button:focus {
  border: 2px solid #DD0DA2 !important; }

.mute-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.fa .fa-pause {
  font-size: 0.75rem; }

@media only screen and (min-width: 992px) {
  .experience-component {
    width: 100%;
    margin: 0 auto; } }

.video-container {
  display: none; }

