380
800
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<div class="o-detail-hero o-detail-hero--image">

    <picture>
        <source srcset="//placehold.dev.area17.com/image/543x965?bg=333333, //placehold.dev.area17.com/image/1086x1930?bg=333333 2x" media="(max-width: 543px) and (orientation: portrait)">
        <source srcset="//placehold.dev.area17.com/image/543x305?bg=333333, //placehold.dev.area17.com/image/1086x610?bg=333333 2x" media="(max-width: 543px) and (orientation: landscape)">
        <source srcset="//placehold.dev.area17.com/image/767x1364?bg=333333, //placehold.dev.area17.com/image/1534x2728?bg=333333 2x" media="(min-width: 544px) and (max-width: 767px) and (orientation: portrait)">
        <source srcset="//placehold.dev.area17.com/image/767x431?bg=333333, //placehold.dev.area17.com/image/1534x862?bg=333333 2x" media="(min-width: 544px) and (max-width: 767px) and (orientation: landscape)">
        <source srcset="//placehold.dev.area17.com/image/1023x1819?bg=333333, //placehold.dev.area17.com/image/2046x3638?bg=333333 2x" media="(min-width: 768px) and (max-width: 1023px) and (orientation: portrait)">
        <source srcset="//placehold.dev.area17.com/image/1023x575?bg=333333, //placehold.dev.area17.com/image/2046x1150?bg=333333 2x" media="(min-width: 768px) and (max-width: 1023px) and (orientation: landscape)">
        <source srcset="//placehold.dev.area17.com/image/1279x2274?bg=333333, //placehold.dev.area17.com/image/2558x4548?bg=333333 2x" media="(min-width: 1024px) and (max-width: 1279px) and (orientation: portrait)">
        <source srcset="//placehold.dev.area17.com/image/1279x719?bg=333333, //placehold.dev.area17.com/image/2558x1438?bg=333333 2x" media="(min-width: 1024px) and (max-width: 1279px) and (orientation: landscape)">
        <source srcset="//placehold.dev.area17.com/image/1459x2594?bg=333333, //placehold.dev.area17.com/image/2918x5188?bg=333333 2x" media="(min-width: 1280px) and (max-width: 1459px) and (orientation: portrait)">
        <source srcset="//placehold.dev.area17.com/image/1459x821?bg=333333, //placehold.dev.area17.com/image/2918x1642?bg=333333 2x" media="(min-width: 1280px) and (max-width: 1459px) and (orientation: landscape)">
        <source srcset="//placehold.dev.area17.com/image/1919x3412?bg=333333, //placehold.dev.area17.com/image/3838x6824?bg=333333 2x" media="(min-width: 1460px) and (max-width: 1919px) and (orientation: portrait)">
        <source srcset="//placehold.dev.area17.com/image/1919x1079?bg=333333, //placehold.dev.area17.com/image/3838x2158?bg=333333 2x" media="(min-width: 1460px) and (max-width: 1919px) and (orientation: landscape)">
        <source srcset="//placehold.dev.area17.com/image/2880x5120?bg=333333, //placehold.dev.area17.com/image/5760x10240?bg=333333 2x" media="(min-width: 1920px) and (orientation: portrait)">
        <source srcset="//placehold.dev.area17.com/image/2880x1620?bg=333333, //placehold.dev.area17.com/image/5760x3240?bg=333333 2x" media="(min-width: 1920px) and (orientation: landscape)">
        <img loading="lazy" src="//placehold.dev.area17.com/image/543x965?bg=333333, //placehold.dev.area17.com/image/1086x1930?bg=333333 2x" width="375" height="211" alt="Placeholder image (16:9)" class="o-detail-hero__background" onload="this.classList.add('is-loaded')">
    </picture>

    <div class="o-detail-hero__inner">
        <h1 class="o-detail-hero__title">
            Ann P. Bartel
        </h1>

        <ul class="o-detail-hero__features">
            <li class="o-detail-hero__features-item">Merrill Lynch Professor of Workforce Transformation, Economics Division</li>
            <li class="o-detail-hero__features-item">Bernstein Faculty Leader, Sanford C. Bernstein & Co. Center for Leadership and Ethics</li>
            <li class="o-detail-hero__features-item">Chazen Senior Scholar, Jerome A. Chazen Institute for Global Business</li>
            <li class="o-detail-hero__features-item">Faculty Affiliate, Tamer Center for Social Enterprise</li>
        </ul>

        <a href="#intro" class="o-detail-hero__jump" data-behavior="Jump" tabindex="-1">
            <span class="a-icon  ">
                <svg class="icon--arrow--md-circle-down icon" role="img" aria-labelledby="detail-hero-jump-title ">
                    <title id="detail-hero-jump-title">Jump to main content</title>
                    <use role="presentation" xlink:href="#icon--arrow--md-circle-down" />
                </svg>
            </span>
        </a>
    </div>
</div>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "title": "Ann P. Bartel",
  "image": {
    "sizes": {
      "(max-width: 543px) and (orientation: portrait)": "//placehold.dev.area17.com/image/543x965?bg=333333, //placehold.dev.area17.com/image/1086x1930?bg=333333 2x",
      "(max-width: 543px) and (orientation: landscape)": "//placehold.dev.area17.com/image/543x305?bg=333333, //placehold.dev.area17.com/image/1086x610?bg=333333 2x",
      "(min-width: 544px) and (max-width: 767px) and (orientation: portrait)": "//placehold.dev.area17.com/image/767x1364?bg=333333, //placehold.dev.area17.com/image/1534x2728?bg=333333 2x",
      "(min-width: 544px) and (max-width: 767px) and (orientation: landscape)": "//placehold.dev.area17.com/image/767x431?bg=333333, //placehold.dev.area17.com/image/1534x862?bg=333333 2x",
      "(min-width: 768px) and (max-width: 1023px) and (orientation: portrait)": "//placehold.dev.area17.com/image/1023x1819?bg=333333, //placehold.dev.area17.com/image/2046x3638?bg=333333 2x",
      "(min-width: 768px) and (max-width: 1023px) and (orientation: landscape)": "//placehold.dev.area17.com/image/1023x575?bg=333333, //placehold.dev.area17.com/image/2046x1150?bg=333333 2x",
      "(min-width: 1024px) and (max-width: 1279px) and (orientation: portrait)": "//placehold.dev.area17.com/image/1279x2274?bg=333333, //placehold.dev.area17.com/image/2558x4548?bg=333333 2x",
      "(min-width: 1024px) and (max-width: 1279px) and (orientation: landscape)": "//placehold.dev.area17.com/image/1279x719?bg=333333, //placehold.dev.area17.com/image/2558x1438?bg=333333 2x",
      "(min-width: 1280px) and (max-width: 1459px) and (orientation: portrait)": "//placehold.dev.area17.com/image/1459x2594?bg=333333, //placehold.dev.area17.com/image/2918x5188?bg=333333 2x",
      "(min-width: 1280px) and (max-width: 1459px) and (orientation: landscape)": "//placehold.dev.area17.com/image/1459x821?bg=333333, //placehold.dev.area17.com/image/2918x1642?bg=333333 2x",
      "(min-width: 1460px) and (max-width: 1919px) and (orientation: portrait)": "//placehold.dev.area17.com/image/1919x3412?bg=333333, //placehold.dev.area17.com/image/3838x6824?bg=333333 2x",
      "(min-width: 1460px) and (max-width: 1919px) and (orientation: landscape)": "//placehold.dev.area17.com/image/1919x1079?bg=333333, //placehold.dev.area17.com/image/3838x2158?bg=333333 2x",
      "(min-width: 1920px) and (orientation: portrait)": "//placehold.dev.area17.com/image/2880x5120?bg=333333, //placehold.dev.area17.com/image/5760x10240?bg=333333 2x",
      "(min-width: 1920px) and (orientation: landscape)": "//placehold.dev.area17.com/image/2880x1620?bg=333333, //placehold.dev.area17.com/image/5760x3240?bg=333333 2x"
    },
    "ratio": "16:9",
    "width": 375,
    "height": 211,
    "alt": "Placeholder image (16:9)"
  },
  "features": [
    "Merrill Lynch Professor of Workforce Transformation, Economics Division",
    "Bernstein Faculty Leader, Sanford C. Bernstein & Co. Center for Leadership and Ethics",
    "Chazen Senior Scholar, Jerome A. Chazen Institute for Global Business",
    "Faculty Affiliate, Tamer Center for Social Enterprise"
  ]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<div class="o-detail-hero {{ image ? 'o-detail-hero--image' }}">

	{% if image %}
		{% include 'components/atoms/image/picture' with image|merge({ class: 'o-detail-hero__background' }) %}
	{% endif %}

	<div class="o-detail-hero__inner">
		<h1 class="o-detail-hero__title">
			{{ title }}
		</h1>

		{% if features %}
			<ul class="o-detail-hero__features">
				{% for feature in features %}
					<li class="o-detail-hero__features-item">{{ feature }}</li>
				{% endfor %}
			</ul>
		{% endif %}

		{% if image %}
			<a href="{{ jumpLink | default("#intro") }}" class="o-detail-hero__jump" data-behavior="Jump" tabindex="-1">
				{% include 'components/atoms/icon/icon' with { id: 'detail-hero-jump', icon: 'arrow--md-circle-down', labels: { title: "Jump to main content" } } %}
			</a>
		{% endif %}
	</div>
</div>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
.o-detail-hero {
  position: relative;
  z-index: z(low);
  display: flex;

  @media screen {
    &--image {
      min-height: 100vh;
      @include theme-inverse;
    }
  }

  &--image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: z(base);
    background-color: rgba(0, 0, 0, 0.3);
    @each $name, $point in $breakpoints {
      @include breakpoint("#{$name}") {
        @if map-get($main-col-widths, $name) == "fluid" {
          left: (map-get($outer-gutters, $name) * -1);
          right: (map-get($outer-gutters, $name) * -1);
        } @else {
          left: 50%;
          margin-left: -50vw;
          width: 100vw;
        }
      }
    }
    @media print {
      display: none;
    }
  }

  &__background {
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    top: 0;
    @media print {
      display: none;
    }
  }

  &--image:first-child {
    margin-top: calc(var(--global-header-height) * -1 - 80px);
    padding-top: calc(var(--global-header-height) + 80px);
  }

  &__inner {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding-top: 12px;
    justify-content: space-between;
  }

  &--image &__inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding-top: 16px;

    @include spacing(
      (
        xsmall: 38px,
      ),
      "padding-bottom"
    );
  }

  &__title {
    @include f-heading-9;
  }

  &__features {
    @include width-multi(
      (
        xsmall: 6,
        small: 6,
        medium: 4,
        large: 6,
        xlarge: 6,
        xxlarge: 6,
        xxxlarge: 6,
      )
    );

    @include spacing(
      (
        "xsmall": 48px,
        "medium+": 8px,
      )
    );
  }

  &__features-item {
    @include f-subhead-3;
    @include width-multi(
      (
        xsmall: 5,
        small: 4,
        medium: 4,
        large: 6,
        xlarge: 3,
        xxlarge: 3,
        xxxlarge: 3,
      )
    );
    @include spacing(
      (
        xsmall: 12px,
      )
    );

    &:first-child {
      @include f-subhead-1;
      padding-top: 0;
    }
    &:first-child + & {
      @include spacing(
        (
          "medium+": 24px,
        )
      );
    }
  }

  &__jump {
    position: absolute;
    @include link-focus;
    @include spacing(
      (
        "xsmall": 16px,
        "medium+": 24px,
        "xlarge+": 36px,
      ),
      "margin-bottom"
    );
    bottom: 0px;
    right: 0px;
    color: var(--color--action);
    &:before {
      content: "";
      @include stretch(2px);
      border-radius: 50%;
      background: var(--color--text);
      z-index: -1;
    }

    @media print {
      display: none;
    }
  }
}