.object-cover {
  object-fit: cover;
}

.live-chat {
   position: fixed;
   bottom: 20px;
   right: 20px;
   z-index: 9999;
   line-height: normal;
   text-align: center;
   cursor: pointer;
   background: #fff;
   border-radius: 8px;
   padding: 5px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.live-chat a {
   border-radius: 100%;
   width: 40px;
   height: 40px;
}

.live-chat a img {
   width: 40px;
   height: 40px;
}
.entry-summary img {
   width: 100% !important;
   height: auto;
}