@charset "UTF-8";
.c-img--custom>img{width: calc(100% - ((25/420)*100%));}
@media only screen and (max-width:767px){
/*! Small only */
.c-img--custom>img{width: 100%;}
}
