.tropar-slick-item {
    text-decoration: none !important;
    color: inherit !important;
    align-items: center;
    height: 200px;
    transition: background-color .3s ease;
    background-color: #f9f9f9;
    overflow: hidden;
}

@media (max-width: 500px){

    .tropar-slick-item {
        align-items: flex-start;
    }
}

.tropar-slick-item:hover {
    background-color: #f3f3f3;
}

[data-theme="dark"] .tropar-slick-item {
    background: #25272c;
    color: #c8c8c8;
}
[data-theme="dark"] .tropar-slick-item:hover {
    background: #2f3137;
}

