.grid.wrapper.card-grid {

}
.card-grid .item.card.card-item {
    width: calc((100%)/10);
    padding-bottom: 0;
}
.grid.wrapper.card-grid .card-item-info {
    width: 300px;
    max-width: 100%;
}
.grid.wrapper.card-grid .card-item-info .card.photo {
    text-decoration: none;
}
.grid.wrapper.card-grid .card-item-info .card-image-container {
    width: 300px;
    display: inline-block;
    max-width: 100%;
}
.grid.wrapper.card-grid .card-item-info  .card-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 105%;
}
.grid.wrapper.card-grid .card-item-info .card-image-photo {
    width: 300px;
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
}
.grid.wrapper.card-grid .card-item-info .card-item-details {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: white;
    width: 100%;
    display: block;
}
@media screen and (max-width: 1440px) {
    .card-grid .item.card.card-item {
        width: calc((100%)/4);
    }
}
@media screen and (max-width: 1024px) {
    .card-grid .item.card.card-item {
        width: calc((100%)/3);
    }
}
@media screen and (max-width: 768px) {
    .grid .list .item {
        border-left: none;
        border-top: none;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        margin-bottom: 0;
        border: none;
    }
    .grid .list .item:hover {
        border-left: none;
        border-top: none;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        box-shadow: none;
        border-radius: 0;
        border: none;
    }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
    .card-grid .item.card.card-item {
        width: calc((100%)/2);
    }
}
@media screen and (max-width: 320px) {
}