@charset "UTF-8";



/*--------------------------------------------------------------------------------
	override
--------------------------------------------------------------------------------*/
@media only screen and (min-width: 1024px), print {
  .irDividend__policyGraph {
    &.mod-imageGroup.single.md {
      & .mod-imageGroup-item {
        max-width: inherit;
        width: fit-content;

        & img {
          height: 677px;
          width: auto;
        }
      }
    }
  }
}