.videOverlay {
  padding: 10px 0;
  overflow: hidden; }

.vide {
  width: 100%;
  height: 246px; }

@media all and (max-height: 767px) {
  .vide {
    display: none; } }
.videContent {
  display: inline-block;
  color: #444;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  width: calc(100% - 20px);
  max-width: 800px;
  font-size: 12px; }
