﻿.imgCart
{
	max-width: 400px;
	max-height: 200px;
	width: 100%;
	height: 100%;
}

.divPayResume
{
	-ms-transform: scale(0.8,0.8) translate(-50px, -10px); /* IE 9 */
    -webkit-transform: scale(0.8,0.8) translate(-50px, -10px); /* Safari */
    transform: scale(0.8,0.8) translate(-50px, -10px);  
    width: 125%;
}
