
@media all and (max-width: 1400px) { 

}

@media all and (max-width: 1280px) { 
    .aiItemImage {
        width: 300px;
    }
}

@media all and (max-width: 960px) { 
    .aiItem {
        width: 100%;
        height: auto;
        min-height: auto;
    }
    
    
    .card-img-top-square {
        width: 100%;
    }
    
    .producthunt a img {
        width: 100% !important;
        height: auto !important;
    }
    
    .wrapperlastAIs {
        position: relative;
    }
    
    .wrapperlastAIs::after {
        content: "";
        position: absolute;
        top: 0;
        width: 50px;
        height: 100%;
        pointer-events: none;
    }
    
    .wrapperlastAIs::after {
        right: 0;
        background: linear-gradient(to left, rgb(0 0 0), rgba(255, 255, 255, 0));
        z-index: 1;
    }    
    
}

@media all and (max-width: 500px) { 
    .aiItemImage {
        width: 200px;
    }
    
    .crumbs{
        background: #2D3236;
    }
    
    .lastAIs table .first, .lastAIs table .second, .lastAIs table .third {
        width: auto;
    }
    

}

@media (max-width: 1200px) {
    .custom-table-responsive {
        overflow-x: auto;
    }

    .custom-table-responsive table {
        width: 1000px;
    }
}




@media screen and (min-width: 3000px) {
    .rightside {
        width: 60%;
    }
}