@charset "utf-8";

.my-hot { position: relative; }

.my-hot .ht { position: absolute; left: 0.5rem; bottom: 0.5rem; margin-bottom: 0px; }

.my-hot .my-hot-abs { display: none; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); color: white; }

.my-hot:hover .my-hot-abs { display: block; }