/* ron collection hover */
.plist li .imgs img { transition: opacity .2s ease; }
.plist li .imgs[data-hover-src]:hover img { opacity: .98; }
