:root{--tweet_width:calc((var(--main_inner) * 0.5) - 40px)}#scaling_div{display:none;position:fixed;top:0;left:0;z-index:4;width:100%;height:100%;background-color:rgba(0,0,0,.9)}#scaling_img{position:absolute;top:0;right:0;bottom:0;left:0;width:1px;height:1px;margin:auto}#scaling_img,.tweet_img{display:block;background-repeat:no-repeat;background-position:center;background-size:100% auto}#tweets{display:flex;flex-wrap:wrap;align-items:flex-start;margin:24px 0 0}.tweet_wrap{width:var(--tweet_width);margin:0 7px 24px;padding:12px;border:1px solid #ccc;border-radius:14px;box-shadow:3px 3px 4px rgba(0,0,0,.4)}.tweet_body{font-size:.95em}.tweet_img{width:var(--tweet_width);margin:10px 0 0;border-radius:12px}.img_h{height:calc(var(--tweet_width) / 3 * 4)}.img_w_3_2{height:calc(var(--tweet_width) / 3 * 2)}.img_w_4_3{height:calc(var(--tweet_width) / 4 * 3)}.img_w_16_9{height:calc(var(--tweet_width) / 16 * 9)}.x{margin:0 0 0 10px}