.click_to_tweet{
    width: 100%;
    display: block;
    margin-top: 20px;
    background: #0072bd;
    padding: 20px;
    border-radius: 15px;

}
img.card-img-top.card_size_custom {
    min-height: auto;
}
nav._breadcrumb h2{
      white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  width: 80%;
}

.click_to_tweet p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
   line-height: normal;
}

.click_to_tweet a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
}
.click_to_tweet em {
    font-size: 15px;
}

.click_to_tweet a span {
    color: #fff;
    display: flex;}
.click_to_tweet a span img {
    width: 18px;
    margin-left: 10px;
}


@media only screen and (max-width: 767px) {
 .adisday_video video {
    width: 100% !important;
}
}

._Post h3{
    margin-bottom: 20px;
    margin-top: 30px;
}

._postSList h4{
    margin-bottom: 20px;
    margin-top: 30px;
}

