.product-detail-image-overlay {
    top: 60%;
}


/**************************************** 1320px *******************************************/

@media (min-width: 0px) and (max-width: 1320px) {

    .product-tile {
        width: calc(33.33% - 20px);
    }

    .product-detail-image-overlay {
        top: 60%;
    }

}

/********************************** 1024px *************************************/
@media (min-width: 0px) and (max-width: 1024px) {

    .product-tile {
        width: calc(50% - 20px);
    }

    .product-detail-image-overlay {
        top: 60%;
    }

}

/*********************************** 768px ************************************/
@media (min-width: 0px) and (max-width: 768px) {

    /* scroll to results */

    #product-scroll-to-results {
        display: none;
    }
}


/********************************** 480px ************************************/
@media (min-width: 0px) and (max-width: 480px) {

    /* product tile adjustments */

    .product-tile {
        padding: 0 0 8px 0;
    }

    .product-tile-image {
        height: 136px;
    }

    .product-tile-standards-wrapper {
        position: relative;
    }

    .product-tile-title h3 {
        font-size: 15px;
        line-height: 18px;
    }

    .product-tile-stock.in-stock {
        font-size: 12px;
    }

    .product-tile-price .price {
        font-size: 20px;
        line-height: 26px;
    }

    .product-tile-price .unit {
        font-size: 12px;
    }

    .product-tile-tax {
        font-size: 12px;
    }

    .product-detail-image-overlay {
        top: 44%;
    }

}
