<figure class="spotlight_image">
    <div class="spotlight_image_row fs-row">
        <div class="spotlight_image_cell fs-cell fs-lg-10 fs-xl-8 fs-lg-justify-center">
            <div class="spotlight_image_wrapper">
                <span class="lazy_image_wrapper spotlight_image_image_wrapper">
                    <img class="js-lazy js-lazyload spotlight_image_image" data-sizes="auto" src="//images.fastspot.com/new-college-of-florida/300x169/1" data-src="//images.fastspot.com/new-college-of-florida/980x552/1" data-srcset="//images.fastspot.com/new-college-of-florida/980x552/1 980w, //images.fastspot.com/new-college-of-florida/740x416/1 740w, //images.fastspot.com/new-college-of-florida/500x282/1 500w, //images.fastspot.com/new-college-of-florida/300x169/1 300w" alt="">
                </span>
                <noscript>
                    <img class="spotlight_image_image" src="https://images.fastspot.com/new-college-of-florida/300x169/1" srcset="https://images.fastspot.com/new-college-of-florida/300x169/1 300w, https://images.fastspot.com/new-college-of-florida/500x282/1 500w, https://images.fastspot.com/new-college-of-florida/740x416/1 740w, https://images.fastspot.com/new-college-of-florida/980x552/1 980w" sizes="100vw" alt="">
                </noscript>
            </div>
        </div>
    </div>
    <div class="fs-row">
        <div class="fs-cell fs-lg-10 fs-xl-8 fs-lg-justify-center">
            <figcaption class="spotlight_image_caption">Triple-threat author-artist-activists who actually pay the bills with creative endeavors? Yes, they most certainly exist. And they are ready to share their trade secrets (and passion for social justice) with the New College community.</figcaption>
        </div>
    </div>
</figure>
<figure class="spotlight_image{% if not image %} spotlight_no_image{% endif %}">
	{% if image %}
	<div class="spotlight_image_row fs-row">
		<div class="spotlight_image_cell fs-cell fs-lg-10 fs-xl-8 fs-lg-justify-center">
			<div class="spotlight_image_wrapper">
				{% include "@partial-image" with {
					class: "spotlight_image",
					alt: "",
					image: image,
					sources: [
						img.wide.med,
						img.wide.sml,
						img.wide.xsml,
						img.wide.xxsml
					]
				} %}
			</div>
		</div>
	</div>
	{% endif %}
	<div class="fs-row">
		<div class="fs-cell fs-lg-10 fs-xl-8 fs-lg-justify-center">
			<figcaption class="spotlight_image_caption">{{ caption }}</figcaption>
		</div>
	</div>
</figure>

No notes defined.