﻿#content-layout {
    margin-bottom: 40px;
}

video-player-container {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.video-player-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.video-player-container .video-controls {
    cursor: pointer;
    border: 0;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    bottom: 40px;
    right: 40px;
    padding: 7px;
    background-color: rgba(37, 40, 43, 0.5);
  }