/* Start custom CSS */.responsive-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 20px 0;
  border-radius: 8px;
}

.responsive-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 767px) {
    .main {
        padding: 20px 0;
    }
    .entry-header {
    margin-bottom: 15px;
    }

}/* End custom CSS */