.technology-video-content {
  padding: 0 20px;
}

.technology-video-content iframe {
  width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  .technology-video-content iframe {
    height: 300px;
  }
}
