.tf_large_image_alert{
    width:0;
    height:0;
    color:#fff;
    display:block;
    z-index:2;
    contain:style
}
.tf_large_image_alert:after{
    content:"i";
    position:absolute;
    top:5px;
    left:5px;
    width:22px;
    height:22px;
    padding-top:4px;
    background:#ffa13d;
	font:13px/1em "Times New Roman", Times, serif;
    text-align:center;
    cursor:pointer;
    border-radius:100%;
    box-sizing:border-box;
}
.tf_large_image_alert:hover:after{
    background:#eb861b;
}
.tf_large_image_msg{
	font:13px/1.2em Arial, Helvetica, sans-serif;
    position:absolute;
    top:32px;
    left:5px;
    font-size:13px;
    line-height:1.3em;
    width:max-content;
    max-width:200px;
    background-color:rgba(0,0,0,.95);
    padding:10px;
    border-radius:8px;
    white-space:normal;
    box-shadow:0 8px 15px rgb(0 0 0 / 20%)
}
.tf_large_image_alert:focus .tf_large_image_msg{
    display:block
}