.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content1 {
display: none;
position: absolute;
background-color: rgba(0, 0, 0, 0);
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0);
z-index: 100;
}
.dropdown:hover .dropdown-content1 {
display: block;
}
.desc {
padding: 15px;
text-align: center;
}
.thumbnails .thumbnail > a {
position: relative;
}
.thumbnails .thumbnail .title {
background-color: rgba(0, 0, 0, 0.4);
padding: 0.5rem 1.2rem 0.7rem 1.2rem;
margin: 0rem;
color: rgba(255, 255, 255, 1);
align-content: center;
display: flex;
position: absolute;
left: 0rem;
top: 0rem;
right: 0rem;
bottom: 0rem;
z-index: 9;
opacity: 0;
}
.thumbnails .title span {
margin: auto;
display: inline-block;
}
.thumbnails .thumbnail:hover .title {
opacity: 1;
}
body.mobile .thumbnails .thumbnail:hover .title {
opacity: 0;
}
html {
cursor: url("https://pngimg.com/d/cursor_PNG11.png"), auto !important;
}
a {
cursor: url("https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Pointing_hand_cursor_vector.svg/2560px-Pointing_hand_cursor_vector.svg.png"), auto !important;
}
.content img {
cursor: url("https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Pointing_hand_cursor_vector.svg/2560px-Pointing_hand_cursor_vector.svg.png"), auto !important;
}