/*Bootstrap 4 CSS
------------------*/
@import url('main.css');

/* CUSTOM CSS 
------------------*/
img.pim-img{
	max-width: 700px; 
	width: 100%;
	padding-bottom:1.875rem;
}

img.pimvsdam{
	width:100%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
 
 

/* RESPONSIVE CSS
=================================================== */

@media (min-width: 576px){ /* (xs - for phones - screens less than 768px wide) */
}
@media (min-width:768px) { /*(sm - for tablets - screens equal to or greater than 768px wide)*/
}
@media (min-width:992px) { /*(md - small laptops - screens equal to or greater than 992px wide)*/
}
@media (min-width:1200px) { /*(lg - for laptops and desktops - screens equal to or greater than 1200px wide)*/
}
@media (min-width: 1260px){ /* lg */
}
@media (min-width: 1440px){ /* lg */
}

/* For tablets */ 
@media screen and (max-width: 767px){
}
@media screen and (max-width: 567px) {
}
@media screen and (max-width: 320px) {

}