/* hides the youtube video in about page */
.flat-banner-about .banner-video {
  display:none !important;
}

/* hides the no of views and date created in the single property page */
.header-property-detail .meta :nth-child(2), 
.header-property-detail .meta :nth-child(3) {
  display:none !important;
}

/* hides the youtube video in single property page */
.single-property-video.single-property-element {
  display:none !important;
}