.post-image {
 display: none;
}
#comments {
display: none;
}
.comm {
 display: none;
}
.author {
 display: none;
}
.ytp-title-enable-channel-logo .ytp-title {
    display: none !important;
}
.button-outline a {
  margin:40px auto;
color: #D53840 !important;
text-transform: uppercase;
text-decoration: none !important;
background: #f2f2f2;
padding: 18px;
border: 2px solid #D53840 !important;
transition: all 0.4s ease 0s;
}
.button-outline a:hover {
color: #ffffff !important;
background: #D53840;
border-color: #D53840 !important;
transition: all 0.4s ease 0s;
}