/* 
 * Override CSS file
 * This file bypasses the SASS processor and is loaded directly
 * Use this file for quick CSS overrides that don't need to go through the build process
 */

.article-content img {
    max-width: 100%;
    height: auto;
}


  @media only screen and (max-width : 1024px) {
.img-fluid {padding-right: 0px !important;}
	 
}


 .card-custom.gallery .img-fluid {padding-right: 0px !important;}