.col-md-7 {
  max-width: 100% !important;
  flex-basis: 100% !important;
}

head, 
nav, 
.page-loader, 
.menu-toggle, 
.breadcrumb,
.post-responses,
.comments-count,
.tags,
.col-md-5,
.bottom,
footer,
script,
iframe,
.smartbar-popup {
  display: none !important;
}

* {
   display: block !important;
   width: 100%;
   max-width: 100%
};

