.icon-card.style-2{
  height: 100%;
}
.popup-video-wrapper{
   background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-btn .title{
 font-size: 23px;
 font-weight: bold;
}
.video-btn p{
  color: #f1f1f1;
  text-align: center
}
.comment-respond textarea{
  margin-bottom: 0px;
}