/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.5.15,
* Autoprefixer: v10.5.0
* Browsers: last 4 version
*/

:root {
  --bg-soft: #eeeae062;
  --panel-bg: #5f5f5469;
  --menu-dark: #2c2b27;
  --text-dark: #333;
  --line: #ddd;
  --box-light: #fdfbf7;
  --shadow-soft: rgba(0, 0, 0, 0.08);
}

body {
  background-color: var(--bg-soft);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
}

img,
iframe,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  -webkit-backface-visibility: hidden;
}

.widgetbar {
  background-color: var(--panel-bg);
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  z-index: 10;
}

.widgets a {
  text-decoration: none;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 400px;
  position: relative;
  gap: 5px;
  z-index: 1;
}

.inp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 10px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ccc;
}

.btn {
  border-radius: 5px;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap;
}

.danhsachdx {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  border: 0 solid #ddd;
  border-radius: 7px;
  background: #fdfdfd;
  max-height: 200px;
  overflow-y: auto;
  z-index: 20;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nddx {
  padding: 10px;
  cursor: pointer;
}

.nddx:hover {
  background-color: #e0e0e0;
}

.nproject {
  font-family: "Arial Narrow Bold", sans-serif;
  font-size: 1rem;
  color: rgb(20, 173, 40);
  padding: 10px;
  margin-top: 10px;
}

.titletWeb {
  font-family: "Code Pro", sans-serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-align: center;
  color: #0c0a5c;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  padding-top: 5px;
}

.titletWeb > p#van {
  display: inline;
  color: green;
}

.titletWeb > p#dat {
  display: inline;
  color: rgb(202, 129, 33);
}

.menu-container {
  width: 100%;
  max-width: 1000px;
  font-family: "Times New Roman", sans-serif;
  margin: 0 auto;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.menu > li > a {
  display: block;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 3px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#lop10 {
  background-color: #63150c;
}

#lop11 {
  background-color: #13065f;
}

#lop12 {
  background-color: #af7a0a;
}

.menu > li > a:hover,
.menu > li > a:focus {
  background-color: var(--menu-dark);
  color: #c9c5c5e4;
  outline: none;
}

.menu .tacPham {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  background-color: #f8f9fa;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 5px 0;
  list-style-type: none;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.menu > li:hover > .tacPham,
.menu > li:focus-within > .tacPham {
  display: block;
}

.menu .tacPham > li {
  position: relative;
  border-bottom: 1px solid #eee;
}

.menu .tacPham > li:last-child {
  border-bottom: none;
}

.menu .tacPham a {
  display: block;
  padding: 12px 15px;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  height: auto;
}

.menu .tacPham a::before {
  content: "🧾 ";
}

.menu .tacPham a:hover,
.menu .tacPham a:focus {
  background-color: #2c3e50;
  color: #fff;
  outline: none;
}

.menu .tacPham#k10 .diaDanh,
.menu .tacPham#k11 .diaDanh,
.menu .tacPham#k12 .diaDanh {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 220px;
  background-color: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 5px 0;
  list-style-type: none;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow-y: auto;
  z-index: 101;
}

.menu .tacPham#k11 .diaDanh,
.menu .tacPham#k12 .diaDanh {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 2px;
}

.menu .tacPham#k10 > li:hover > .diaDanh,
.menu .tacPham#k10 > li:focus-within > .diaDanh,
.menu .tacPham#k11 > li:hover > .diaDanh,
.menu .tacPham#k11 > li:focus-within > .diaDanh,
.menu .tacPham#k12 > li:hover > .diaDanh,
.menu .tacPham#k12 > li:focus-within > .diaDanh {
  display: block;
}

.menu .tacPham .diaDanh a {
  padding: 10px 15px;
  text-align: end;
  font-size: 15px;
  color: #0b0b0b;
}

.menu .tacPham .diaDanh a::before {
  content: "📍 ";
}

.menu .tacPham .diaDanh a:hover {
  background-color: #e9ecef;
  color: #d35400;
}

.menu .tacPham .diaDanh a:visited:hover {
  color: #834821;
}

.minhhoa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  width: 100%;
  font-family: "Nunito", sans-serif;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.text-box {
  background-color: var(--box-light);
  border: 1px solid #e2d9c8;
  border-radius: 16px;
  padding: 24px 32px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  color: var(--text-dark);
  line-height: 1.8;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text-box p {
  margin-bottom: 16px;
}

.text-box p:last-child {
  margin-bottom: 0;
}

.text-box strong {
  color: #2c3e50;
  font-size: 1.1em;
}

.media-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}

.media-box iframe,
.media-box img {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 320px;
  height: auto;
  aspect-ratio: 16 / 10;
  border: none;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

.header-section {
  text-align: center;
  padding-top: 20px;
}

.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.main-title {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: #2c4c3b;
  margin: 0;
  text-transform: uppercase;
}

.leaf-icon {
  font-size: 2rem;
  color: #6b8e23;
}

.sub-title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.2rem;
  color: #9c603b;
  margin-top: 10px;
}

.divider-ornament {
  color: #9c603b;
  font-size: 1.5rem;
  margin-top: 10px;
}

.dia-danh-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 30px;
  padding: 20px 40px;
  font-family: "Roboto", sans-serif;
  color: #333;
  border-radius: 12px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-column {
  -webkit-box-flex: 5.5;
      -ms-flex: 5.5;
          flex: 5.5;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fdfcf7;
  border-radius: 20px;
  gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.image-column {
  -webkit-box-flex: 3.5;
      -ms-flex: 3.5;
          flex: 3.5;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.feature-box {
  background-color: #f4efdc;
  border: 1.5px solid #dcd3b6;
  border-radius: 12px;
  padding: 20px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.feature-box:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.box-title {
  font-size: 1.2rem;
  color: #2c4c3b;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcd3b6;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.map-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.map-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 340px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 14px;
  overflow: hidden;
  background: #eef1f4;
}

.map-container:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.map-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.map-item {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.map-item iframe {
  border: 0;
  display: block;
}

.text-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.quote-content p {
  font-style: italic;
  line-height: 1.75;
  color: #4a4a4a;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  margin: 0;
}

.role-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.role-list li {
  margin-bottom: 12px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
}

.check-icon {
  color: #4a7559;
  font-size: 0.9rem;
}

.image-header {
  text-align: center;
  margin-bottom: 20px;
}

.image-header h3 {
  font-family: "Playfair Display", serif;
  color: #2c4c3b;
  font-size: 1.5rem;
  margin: 0;
}

.image-header .small {
  font-size: 1rem;
}

.main-image-wrapper {
  border-radius: 14px;
  padding: 16px 16px 10px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  background: #f5f3ee;
  aspect-ratio: 1.2 / 1;
  min-height: 300px;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.full-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: block;
  border-radius: 10px;
  background: #f0f0f0;
}

.main-image-wrapper:hover .full-image {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.caption {
  font-size: 14px;
  color: #666;
  font-style: italic;
  margin-top: 14px;
  text-align: center;
  line-height: 1.6;
  word-break: break-word;
}

.caption i {
  color: #007bff;
  margin-right: 6px;
}

.recommendations-container {
  max-width: 1100px;
  margin: 40px auto 20px;
  padding: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recommendations-header {
  margin-bottom: 20px;
}

.recommendations-heading {
  font-size: 1.3rem;
  color: #1e293b;
  margin: 0 0 6px 0;
  font-weight: 700;
}

.recommendations-sub {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
}

.recommendations-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.recommend-card {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.recommend-card:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 18px -3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 18px -3px rgba(0, 0, 0, 0.08);
  border-color: #3b82f6;
}

.recommend-badge {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.recommend-badge.same-work {
  background-color: #dbeafe;
  color: #1d4ed8;
}

.recommend-badge.other-work {
  background-color: #fef3c7;
  color: #b45309;
}

.recommend-title {
  font-size: 1.1rem;
  color: #0f172a;
  margin: 0 0 8px 0;
  font-weight: 600;
  line-height: 1.3;
}

.recommend-meta {
  font-size: 0.85rem;
  color: #475569;
  margin: 0 0 16px 0;
}

.recommend-grade {
  font-weight: 600;
}

.recommend-btn {
  font-size: 0.85rem;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.recommend-card:hover .recommend-btn {
  color: #1d4ed8;
  text-decoration: underline;
}

.infoGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #76764ed6;
  padding: 1px 10px;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .widgetbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }

  .menu {
    gap: 8px;
  }

  .menu > li {
    position: static;
  }

  .menu > li > a {
    padding: 12px 5px;
    font-size: 15px;
    margin-top: 10px;
  }

  .menu-container {
    position: relative;
  }

  .menu .tacPham {
    top: calc(100% + 5px);
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .menu .tacPham#k10 .diaDanh,
  .menu .tacPham#k11 .diaDanh,
  .menu .tacPham#k12 .diaDanh {
    position: static !important;
    width: 100% !important;
    min-width: 100%;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 0;
    margin: 0 !important;
    background-color: #eef2f5;
    max-height: 250px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .menu .tacPham .diaDanh a {
    text-align: left;
    padding: 12px 15px 12px 35px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
  }

  .menu .tacPham .diaDanh a:last-child {
    border-bottom: none;
  }

  .media-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .media-box iframe,
  .media-box img {
    min-height: 300px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .dia-danh-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    gap: 20px;
  }

  .image-column {
    padding: 20px;
  }

  .content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .full-image {
    max-height: 400px;
  }
}
