.stretched-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.my-thumbnail {
    object-fit: scale-down;
    height: 250px;
    object-position: center;
}

.m_categories {
    color: black;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

@media all and (min-width: 992px) {
    .m_categories:hover {
        background-color: rgb(88, 90, 87);
        border-radius: 10px;
        color: white;
    }
    .m_categories:active {
        background-color: rgb(0, 255, 170);
    }
}
