#_embed_,
#list_offers {
 float: left;
 width: 100%;
 margin: 0;
}

#_embed_new .offerbox_home .image {
 position: relative; 
} 

#_embed_new .offerbox_home .image a {
 position: absolute;
 display: flex;
 width: 105px;
 height: 100%;
}

#_embed_new .offerbox_home .image a img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

#_embed_new .offerbox_home .offer_title  {
 height: 28px;
 margin: 0 0 2px 0;
 overflow: hidden;
}

#_embed_new .offerbox_home .offer_title td a {
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
