body {
  background-color: #111;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.btn {
  border-radius: 25px; }

video {
  border-radius: 25px;
  margin: auto;
  max-width: 100%;
  border: 1px solid #222; }
  @media (max-width: 768px) {
    video {
      border-radius: 10px; } }

.works {
  text-align: center; }
  .works h2 {
    font-size: 18px;
    margin-top: 1.5em; }

.img-box img {
  width: 100%;
  display: block;
  border-radius: 25px; }
  @media (max-width: 768px) {
    .img-box img {
      max-width: 50%; } }

p {
  line-height: 1.3; }
  p span {
    vertical-align: top !important; }

.video-box {
  position: relative;
  display: inline-block; }

.controls {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 15px;
  bottom: 15px;
  width: calc(100% - 20px);
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  justify-content: space-between;
  cursor: pointer;
  opacity: 0;
  transform: translateY(15px);
  transition: all .3s; }

.video-box:hover .controls {
  transform: translateY(0px);
  opacity: 1; }

.progress-bar {
  flex-grow: 1;
  height: 5px;
  background: #444;
  margin: 0 10px;
  border-radius: 10px; }

.progress {
  width: 0;
  height: 100%;
  background: #999; }

.video-box:hover .controls {
  display: flex; }

.controls button {
  padding: 0;
  background: transparent;
  color: #fff;
  border: 0; }

.controls {
  font-size: 12px; }

.badge {
  border-radius: 15px; }
