File size: 218 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
.rmdb-moviethumb img {
width: 500px;
height: auto;
max-width: 100%;
max-height: 100%;
transition: all 0.3s;
box-sizing: border-box;
}
.clickable {
cursor: pointer;
}
.clickable:hover {
opacity: 0.8;
} |