#plot {position: relative;width: 380px;height: 300px;margin: 0 auto;}
#plot img {width: 380px;height: 300px;object-fit: cover;object-position: 50% 50%;}
.plot {position: absolute;top: 0px;width: 380px;height: 300px;padding: 0px;left: 0;right: 0;background-color: rgba(27, 33, 53, .8);overflow: hidden;transform: scale(0);transition: .5s ease;}
#plot:hover .plot {transform: scale(1);}
.plot_txt {position: absolute;width: 310px;height: 230px;padding: 25px;top: 10px;left: 10px;background: rgba(26, 38, 58, .8);text-align: justify;font-size: 10px;text-transform: uppercase;letter-spacing: 1px;overflow: auto;}