/* Joan Lee - Site Web Portfolio
 * CSS unifié et optimisé
 */

/* Reset & Base Styles */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100vh;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  background-color: #fff;
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Grid System */
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-area: 1 / 1 / 2 / 2;
}

.w-row:after {
  clear: both;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col-3 { width: 25%; }
.w-col-4 { width: 33.3333%; }
.w-col-5 { width: 41.6667%; }
.w-col-6 { width: 50%; }
.w-col-9 { width: 75%; }

/* Layout Components */
.main-wrapper {
  height: 100vh;
  display: block;
}

.rap {
  height: 100vh;
  font-family: 'Cormorant Garamond', serif;
  display: block;
}

.top,
.hi {
  display: block;
}

.middle,
.mid {
  color: #4d4d4d;
  height: auto;
  margin-top: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  display: block;
}

.middleinfo,
.middleexhibitions,
.middlesometimes {
  height: 100vh;
  margin-top: 45px;
}

.bottom,
.low {
  height: 20px;
  display: block;
}

/* Rows and Columns */
.row {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.row-2 {
  margin: 45px 40px 20px 20px;
}

.row-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.column,
.column-2,
.column-3,
.column-4,
.column-6,
.column-8,
.column-11 {
  padding-left: 0;
  padding-right: 0;
}

/* Links */
.link {
  color: #4d4d4d;
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-2,
.link-3,
.link-4 {
  color: #4d4d4d;
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.link-3,
.link-4 {
  margin-top: 6px;
}

.link-5 {
  color: #4d4d4d;
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  text-decoration: none;
}

.link-6 {
  color: #4d4d4d;
  cursor: pointer;
  margin-top: 10px;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
  display: block;
}

.client-name {
  color: #4d4d4d;
  margin-top: 3px;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
  display: block;
}

.client-name a {
  color: #4d4d4d;
  cursor: pointer;
  text-decoration: none;
}

/* Expandable Publications */
.pub-expandable {
  display: block;
}

.pub-title {
  color: #4d4d4d;
  cursor: pointer;
  margin-top: 10px;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.expand-toggle {
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
  transition: transform 0.2s ease;
}

.pub-expandable.expanded .expand-toggle {
  transform: rotate(45deg);
}

.pub-issues {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-left: 20px;
}

.pub-expandable.expanded .pub-issues {
  max-height: 200px;
}

.pub-issue {
  color: #4d4d4d;
  cursor: pointer;
  margin-top: 5px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.pub-issue:hover {
  opacity: 0.6;
}

.w--current {
  color: #999;
}

/* Text Elements */
.paragraph {
  text-align: left;
  padding-top: 240px;
  padding-left: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
}

.paragraph.ex02 {
  padding-top: 0;
  font-style: italic;
}

.tit {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.text-block {
  margin-top: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
}

.text-block._2017 {
  margin-top: 60px;
}

.spacing-bottom {
  margin-bottom: 20px;
}

.text-block-2 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: 'Cormorant Garamond', serif;
}

.text-block-3 {
  padding-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.text-span {
  color: #4d4d4d;
  text-align: left;
  font-style: italic;
  font-weight: 400;
  display: block;
  position: absolute;
}

.infospan {
  text-align: right;
  cursor: pointer;
  font-style: normal;
  position: absolute;
  right: 0;
}

/* Blocks and Divs */
.div-block {
  background-image: url("../images/background-image.svg");
  background-position: 0 0;
  background-size: 125px;
  width: 350px;
  height: 300px;
}

.div-block.ex02 {
  background-image: url("../images/i-call-you-this-you-call-me-that/1801_installshots_009.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.div-block.front-ex1 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/joan10.jpg");
  background-position: 50% 69%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}

.link-block,
.link-block-2 {
  width: 350px;
  height: 300px;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

/* Exhibition Info */
.div-ex-info {
  z-index: 999;
  opacity: 1;
  background-color: #fff;
  position: absolute;
  display: none;
      font-size: 16px;
}

.div-ex-info.active {
  display: block;
}

.ex-info {
  color: #4d4d4d;
  text-align: left;
  padding: 0 0 10px;
}

.ex-ifno-text {
  color: #4d4d4d;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  
}

/* Slider/Carousel */
.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  background: #ddd;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.slider,
.slider-2 {
  height: 80vh;
  background: transparent;
}

.slider-2 {
  height: 100vh;
  background: #fff;
}

.w-slider-mask,
.mask {
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}

.mask {
  background: transparent;
}

.w-slide {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.w-slide.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0s;
}

/* Slider Arrows */
.w-slider-arrow-left,
.w-slider-arrow-right {
  color: rgba(0, 0, 0, 0.3);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  width: 15%;
  min-width: 60px;
  margin: 0;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.w-slider-arrow-left {
  cursor: w-resize;
  left: 0;
  right: auto;
}

.w-slider-arrow-right {
  cursor: e-resize;
  left: auto;
  right: 0;
}

.left-arrow,
.right-arrow,
.left-arrow-2,
.right-arrow-2 {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.left-arrow,
.left-arrow-2 {
  cursor: w-resize;
  left: 0;
}

.right-arrow,
.right-arrow-2 {
  cursor: e-resize;
  right: 0;
}

/* Slide Images */
.slide {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/img_0001.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2._3 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/joan9.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2._4 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/joan11work.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/img_0007_2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/img_0004_2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Exhibition 01 Slides */
.ex01 {
  background-image: url("../images/i-call-you-this-you-call-me-that/1801_installshots_008.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ex01._2 { 
  background-image: url("../images/i-call-you-this-you-call-me-that/1801_installshots_006.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ex01._3 { 
  background-image: url("../images/i-call-you-this-you-call-me-that/1801_installshots_002.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ex01._4 { 
  background-image: url("../images/i-call-you-this-you-call-me-that/1801_installshots_007.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ex01._5 { 
  background-image: url("../images/i-call-you-this-you-call-me-that/1801_installshots_015.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ex01._6 { 
  background-image: url("../images/i-call-you-this-you-call-me-that/1801_installshots_020.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ex01._7 { 
  background-image: url("../images/i-call-you-this-you-call-me-that/1801_installshots_022.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ex01._8 { 
  background-image: url("../images/i-call-you-this-you-call-me-that/1801_installshots_023.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ex01._9 { 
  background-image: url("../images/i-call-you-this-you-call-me-that/1801_installshots_024.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ex01._10 { 
  background-image: url("../images/i-call-you-this-you-call-me-that/1801_installshots_009.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ex01._11 { 
  background-image: url("../images/i-call-you-this-you-call-me-that/P1185351.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Additional Slides */
.slide-1 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/IMG_0009_2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-2 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/joan8.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-3 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/joan10.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-4 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/joan7.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/joan3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-10 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/IMG_0005_2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-11 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/IMG_0003_2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-12 {
  background-image: url("../images/sometimes-I-am-searching-for-a small-glimpse-of-sun/IMG_0006_2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Notes from the Groves Issue 1 Slides */
.nftg1-01 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-01-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-02 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-02-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-03 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-03-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-04 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-04-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-05 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-05-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-06 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-06-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-07 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-07-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-08 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-08-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-09 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-09-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-10 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-10-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-11 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-11-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-12 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-12-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg1-13 {
  background-image: url("../images/nftg/issue1/nftgwebsiteimages-13-.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Notes from the Groves Issue 2 Slides */
.nftg2-01 {
  background-image: url("../images/nftg/issue2/1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-02 {
  background-image: url("../images/nftg/issue2/2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-03 {
  background-image: url("../images/nftg/issue2/3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-04 {
  background-image: url("../images/nftg/issue2/4.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-05 {
  background-image: url("../images/nftg/issue2/5.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-06 {
  background-image: url("../images/nftg/issue2/6.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-07 {
  background-image: url("../images/nftg/issue2/7.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-08 {
  background-image: url("../images/nftg/issue2/8.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-09 {
  background-image: url("../images/nftg/issue2/9.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-10 {
  background-image: url("../images/nftg/issue2/10.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-11 {
  background-image: url("../images/nftg/issue2/11.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-12 {
  background-image: url("../images/nftg/issue2/12.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nftg2-13 {
  background-image: url("../images/nftg/issue2/13.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Bulletin B Slide */
.bulletinb-01 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-02 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-03 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_03.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-04 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_04.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-05 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_05.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-06 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_06.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-07 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_07.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-08 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_08.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-09 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_09.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-10 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_10.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-11 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_11.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-12 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_12.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-13 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_13.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-14 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_14.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-15 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_15.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-16 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_16.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-17 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_17.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-18 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_18.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-19 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_19.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-20 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_20.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bulletinb-21 {
  background-image: url("../images/bulletin-b/bulletin-b_Page_21.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Magazine Slides */
.slide-13 {
  background-image: url("../images/cold-cut-issue-02/Page33-34.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-14 {
  background-image: url("../images/cold-cut-issue-02/Page31-32.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-15 {
  background-image: url("../images/cold-cut-issue-02/Page1-2.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-16 {
  background-image: url("../images/cold-cut-issue-02/Page3-4.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-17 {
  background-image: url("../images/cold-cut-issue-02/Page5-6.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-18 {
  background-image: url("../images/cold-cut-issue-02/Page7-8.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-19 {
  background-image: url("../images/cold-cut-issue-02/Page9-10.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-20 {
  background-image: url("../images/cold-cut-issue-02/Page11-12.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-21 {
  background-image: url("../images/cold-cut-issue-02/Page15-16.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-22 {
  background-image: url("../images/cold-cut-issue-02/Page17-18.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-23 {
  background-image: url("../images/cold-cut-issue-02/Page19-20.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-1-6 {
  background-image: url("../images/cold-cut-issue-02/Page27-28.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-1-7 {
  background-image: url("../images/cold-cut-issue-02/Page21-22.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.slide-1-8 {
  background-image: url("../images/cold-cut-issue-02/Page29-30.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

/* Mobile/Desktop Visibility */
.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  
  .desktop-only {
    display: none;
  }
}

/* Responsive Design */
@media screen and (max-width: 991px) {
  .w-col-3,
  .w-col-4,
  .w-col-5,
  .w-col-6 {
    width: 100%;
    float: none;
  }

  .column-2,
  .column-3,
  .column-6,
  .column-4,
  .column-8,
  .middleinfo .w-col {
    margin-top: 60px;
  }

  .column-6:first-child {
    margin-top: 0;
  }

  .div-block {
    width: 100%;
    max-width: 350px;
  }

  .link-block,
  .link-block-2 {
    width: 100%;
  }

  .paragraph {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* Fix for Info Window on Mobile */
  .div-ex-info {
    position: fixed;
    top: 60px; /* Leave space for header/button */
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    border-top: 1px solid #eee;
  }

  body {
    overflow: auto;
  }

  .w-col {
    width: 100%;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .column-3,
  .column-6 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .middle .column-6 {
    order: 2;
    margin-top: 30px;
  }

  .middle .column-3 {
    order: 3;
    margin-top: 0;
  }

  .middle .row-2 {
    display: flex;
    flex-direction: column;
  }

  .column-4,
  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-8 {
    margin-top: 60px;
  }

  .middleinfo .w-col:not(.column-2) {
    margin-top: 60px;
  }

  .row-2 {
    margin: 20px;
  }

  .row-3 {
    margin: 20px;
  }

  .middleexhibitions,
  .middleinfo {
    height: auto;
    min-height: 100vh;
    margin-top: 20px;
  }

  .slider,
  .slider-2 {
    height: 60vh;
  }

  .div-block {
    margin-bottom: 20px;
  }

  .paragraph {
    padding-top: 10px;
  }

  .paragraph.ex02 {
    padding-top: 0;
  }

  .tit {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    overflow: auto;
  }

  .middle {
    height: auto;
    min-height: 100vh;
  }

  .middleexhibitions,
  .middleinfo {
    height: auto;
    min-height: 100vh;
    margin-top: 20px;
  }

  .column-3,
  .column-6 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .middle .column-6 {
    margin-top: 30px;
  }

  .column-8 {
    margin-top: 80px;
  }

  .middleinfo .w-col:not(.column-2) {
    margin-top: 80px;
  }

  .slider,
  .slider-2 {
    height: 50vh;
  }

  .div-block {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }

  .link-block,
  .link-block-2 {
    width: 100%;
    height: 200px;
  }

  .link-2,
  .link-3,
  .link-4 {
    font-size: 16px;
    margin-top: 8px;
  }

  .paragraph {
    padding-top: 5px;
    font-size: 13px;
  }

  .tit {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
