@media (max-width: 980px){
	
	 .tiles .tile .pic img {

        width: 100%;

        height: 100%;

        max-height: 10px !important;

        border-radius: 4px 4px 0 0;

        background-position: center;

        background-size: cover;

    }

	#content > div > div > div > div > div > section:nth-child(1) > div > div > div > div .product-card-wrapper .pic img {

        min-height: 250px;

        min-width: 100%;

        margin-top: 0px;

        height: 250px;

        margin-left: auto;

        margin-right: auto;

    }
	
}


@media screen and (min-width: 981px) {
	
    .product-card-wrapper  .pic img {

        max-height: 90px;

        width: auto !important;

    }

   .product-card-wrapper .pic {

        display: block;

        max-height: 100px;

        float: right;

        margin-top: -82px;

    }


	  #content > div > div > div > div > div > section.section.products-picker.adamoProductsPicker > div > div > div > div > div.product-card-wrapper.product-card-wrapper--wider > div > div > div.highlighted-image > div.pic {

        grid-row: 1 / 2 !important;

        grid-column: 2 / 2 !important;

        margin-top: -2% !important;

        margin-right: 0px;

        margin-left: auto;

        min-height: 350px;

    }
	

	#content > div > div > div > div > div > section:nth-child(1) > div > div > div > div .product-card-wrapper .pic img {

    margin-top: 14px;

    margin-left: auto;

}
	

	.product-card-wrapper .pic img {

    width: 100% !important;

    height: 100% !important;

    object-fit: contain;

}

}