.image-layout {
  width: 100%;
  display: block;
  max-width: 1440px;
  margin: 0 auto; }

.link-cursor-yes {
  cursor: pointer;
  pointer-events: auto;
  width: 100%; }

.link-cursor-no {
  pointer-events: none;
  width: 100%; }

@media (min-width: 769px) {
  .layout-multi-configuration .link-cursor-yes {
    max-width: 230px;
    width: 100%; }
  .layout-multi-configuration .link-cursor-no {
    max-width: 230px;
    width: 100%; } }

