.link-container { box-sizing: border-box; padding: 5px; background-color: @link-container-bgcolor; // border-top: solid 1px red; // border-right: solid 1px red; // border-bottom: solid 1px red; border-left: solid 4px @link-container-border-color; border-radius: 5px; .link-preview { img.link-thumbnail { width: 180px; height: auto; } .link-description { line-height: 1.15em; max-height: 4.65em; overflow: hidden; } iframe { aspect-ratio: 16 / 9; height: auto; width: 100%; max-height: 540px; } } }