@charset "UTF-8";
.artikel.type-artikel {
  padding: 3rem 1rem 3rem 1rem;
  border: 1px solid black;
}

#baguetteBox-overlay figcaption {
  line-height: 1.2rem;
  padding: 1rem;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

#main h1.entry-title {
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: none;
  font-family: "Domaine Display", ChronicleText, Georgia, Times, serif;
  line-height: unset;
  margin-top: 2rem;
}
#main h1.entry-title .pre-title {
  font-size: 0.45em;
  margin-bottom: 8px;
  display: inline-block;
}
#main h1.entry-title .main-title {
  display: block;
  margin-top: -4px;
  line-height: 40px;
}
#main .ingress {
  line-height: 1.6;
  margin-bottom: 0.8rem;
}
#main article.artikel {
  margin: 4rem 0rem;
  padding-top: 0;
  padding-bottom: 1rem;
}
#main .wp-block-gallery:not(#fashion):not(.gallery-grid) {
  margin: 2rem auto;
  row-gap: 40px;
}
#main .wp-block-gallery:not(#fashion):not(.gallery-grid) figure figcaption {
  text-align: left;
  position: relative;
  background: initial;
  line-height: 1.5;
  color: #000;
  top: 0;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
#main .wp-block-gallery:not(#fashion):not(.gallery-grid).wide figcaption {
  margin-bottom: 2rem;
}
#main .faktaruta {
  background: #000;
  padding: 2rem;
  width: 100%;
  margin: 4rem auto;
  color: #fff;
}
#main .faktaruta p {
  margin-block-start: 0 !important;
  max-width: 660px;
  font-size: 0.95em;
  line-height: 1.8;
  margin-bottom: 1em;
}
#main .faktaruta h3,
#main .faktaruta h2 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 2rem;
  max-width: 660px;
}
#main .faktaruta h4 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 0em;
  margin-bottom: 0.5em;
  max-width: 660px;
}
#main .faktaruta table {
  border-width: 0;
  margin-bottom: 0;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
#main .faktaruta table td {
  vertical-align: top;
  border-width: 0;
  padding: 0 0 2px;
}
#main .faktaruta .table-small-left td {
  padding: 15px 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#main .faktaruta .table-small-left td:first-child {
  width: 120px;
  padding-right: 12px;
}
#main .faktaruta .table-small-left tr {
  margin: 10px 0;
  position: relative;
}
@media only screen and (max-width: 543px) {
  #main .faktaruta .table-small-left td:first-child {
    width: 80px;
    padding-right: 12px;
  }
}
#main .faktaruta .table-total tr:last-child td {
  padding-top: 0.5rem;
  font-weight: 700;
}
#main .faktaruta.faktaruta-light {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
#main .faktaruta.faktaruta-light h2,
#main .faktaruta.faktaruta-light h3 {
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
#main .faktaruta.faktaruta-light h4 {
  font-size: 20px;
  color: #000;
  padding-bottom: 0em;
  margin-bottom: 0.5em;
}
#main .faktaruta .faktaruta-big-list h3 {
  font-size: 2em;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #000;
}
#main .faktaruta .faktaruta-big-list h3:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
#main .faktaruta-exp-js {
  overflow: hidden;
  position: relative;
  /* :nth-child(3) {
  	width: 100%;
  	max-height: 40px;
  	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  	overflow: hidden;
  }
  */
}
#main .faktaruta-exp-js :not(:nth-child(-n+2)) {
  display: none;
}
#main .faktaruta-exp-js :nth-child(2) {
  position: relative;
  height: 100%;
  max-height: 160px;
  overflow: hidden;
}
#main .faktaruta-exp-js em {
  display: inline !important;
}
#main .faktaruta-exp-js.expanded :not(:nth-child(-n+2)) {
  display: block;
}
#main .faktaruta-exp-js.expanded .wp-block-table table tr {
  display: table-row;
}
#main .faktaruta-exp-js.expanded :nth-child(2)::after {
  display: none;
}
#main .faktaruta-exp-js.expanded :nth-child(-n+2) {
  position: relative;
  height: 100%;
  max-height: 100%;
}
#main .faktaruta-exp-js .expand-btn {
  display: block;
  font-family: "Domaine Display", ChronicleText, Georgia, Times, serif;
  font-weight: 700;
  margin: 0;
  background: #000;
  font-size: 0.8rem;
}
#main .faktaruta-exp-js :nth-child(2)::after {
  content: " ";
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 120px;
}
#main .faktaruta-exp-js.faktaruta-light :nth-child(2)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
}
#main .faktaruta-exp-js:not(.faktaruta-light) :nth-child(2)::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
}
#main .faktaruta-exp-js:not(.faktaruta-light) .expand-btn {
  background: #fff;
  color: #000;
}
#main .wp-block-pullquote {
  padding: 1rem 0 1.5rem;
}
#main .wp-block-pullquote p {
  margin: 0 1.5px;
  text-align: center;
  font-family: "Domaine Display Italic", ChronicleText, Georgia, Times, serif;
  font-style: italic;
}
#main .wp-block-pullquote blockquote::before {
  content: "“";
  font-family: ChronicleText, Georgia, Times, serif;
  margin-bottom: 0.7em;
  line-height: 0;
}
#main .wp-block-pullquote blockquote {
  padding: 0;
  max-width: 560px;
  margin: 0 auto;
  border-left: 0;
}
#main .wp-block-pullquote cite {
  display: block;
  font-family: ChronicleText, Georgia, Times, serif;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 2rem;
}
#main .artikel-preheader {
  background: #000;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  font-family: "open sans";
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 6px 10px;
  margin: 0 auto 2rem;
  width: calc(100% + 2rem);
  max-width: calc(100% + 2rem);
  margin-left: -1rem;
}
#main .bylines {
  font-size: 0.8em;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Open Sans";
  white-space: initial;
}
#main .bylines > span {
  margin-right: 14px;
  white-space: nowrap;
}
#main .bylines > span:nth-last-child(2) {
  margin-right: 30px;
  white-space: nowrap;
}
#main .bylines .post-published > span {
  margin-right: 2px;
}
#main .bylines .lastid svg {
  height: 12px;
  width: 12px;
  margin: 0 4px -1.5px 0;
  fill: none;
}
#main .bylines .lastid path {
  stroke-width: 2;
}
#main .after-content {
  display: flex;
  margin: 4rem auto 2rem;
  gap: 20px;
  justify-content: space-between;
  max-width: 660px;
}
#main .amnen {
  font-size: 15px;
  font-family: "Domaine Display", ChronicleText, Georgia, Times, serif;
  font-weight: 700;
  line-height: 2.3rem;
}
#main .amnen .amnen-header {
  margin-bottom: 0.5rem;
}
#main .amnen a {
  text-align: center;
  color: #fff;
  margin: 0 8px 0 0;
  padding: 6px 12px 6px;
  font-size: 12px;
  background: #000;
  text-transform: uppercase;
  font-family: "Open Sans";
  white-space: nowrap;
}
#main .amnen a:first-child {
  margin-left: 8px;
}
#main .amnen a:hover {
  background: var(--ast-global-color-0);
}
#main .social-share-after-content {
  font-size: 15px;
  font-family: "Domaine Display", ChronicleText, Georgia, Times, serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 33%;
  text-align: left;
}
#main .social-share-after-content .social-share {
  margin-left: 0px;
  text-align: left;
}
#main .social-share {
  padding-top: 5px;
  display: block;
  text-align: right;
  width: 100%;
}
#main .social-share a {
  margin: 12px 12px 0 0;
}
#main .social-share svg {
  display: inline-block;
  height: 36px;
  width: 36px;
  stroke-width: 1;
  stroke: var(--ast-global-color-0);
  fill: #fff;
  top: 3px;
  position: relative;
  transition: stroke 200ms;
}
#main .social-share a:hover svg {
  stroke: black;
}
#main .social-share .social-expand {
  width: 200px;
  height: 40px;
  position: relative;
  background: #fff;
  display: inline-block;
  /*
  			.social-expand-button { 
  				display: inline-block;
  				width:14px;
  				height:14px;
  			}

  			> svg {
  				display:inline-block;
  				height:14px;
  				width:14px;
  					stroke-width: 1;
  			}
  		}
  */
}
#main .social-share .social-expand-content {
  display: inline;
  width: 92px;
  background-color: #fff;
  text-align: center;
}
#main .faktaruta.faktaruta-float {
  background: #fff;
  float: right;
  width: 60%;
  max-width: 60%;
  border: 0;
  border-left: 16px solid #000;
  margin: 0 -2rem 0 2.5rem;
  padding: 1rem 0 1rem 1.5rem;
}
#main .faktaruta.faktaruta-float h3,
#main .faktaruta.faktaruta-float h4,
#main .faktaruta.faktaruta-float h5,
#main .faktaruta.faktaruta-float p {
  color: #000;
  border-bottom-color: #000;
}
#main .faktaruta.faktaruta-float h3 {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#main p.slut:after {
  content: "⦿";
  position: relative;
  left: 4px;
  bottom: 2px;
  display: inline-block;
  transform: scale(1.3);
}
#main .post-anfang-kapitaler {
  font-weight: 700;
  text-transform: uppercase;
}
#main p.fraga-brod {
  font-weight: 700;
}
#main figcaption {
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: unset;
}
#main #artikel-content > p,
#main #artikel-content > h2,
#main #artikel-content > h3,
#main #artikel-content > h4,
#main #artikel-content > h5,
#main #artikel-content > div.amnen,
#main #artikel-content sesamy-content-container {
  max-width: 660px;
  margin: 0 auto 1.2em;
}
#main #artikel-content > p.color-red,
#main #artikel-content > h2.color-red,
#main #artikel-content > h3.color-red,
#main #artikel-content > h4.color-red,
#main #artikel-content > h5.color-red,
#main #artikel-content > div.amnen.color-red,
#main #artikel-content sesamy-content-container.color-red {
  color: var(--ast-global-color-0);
}
#main #artikel-content p.anfang {
  margin-top: 2rem;
}
#main #artikel-content > h2 {
  font-size: 1.8rem;
  margin: 5rem auto 1rem;
}
#main #artikel-content > h2.mellanrubrik {
  font-size: 1.4em;
}
#main #artikel-content > h2.mellanrubrik + .anfang {
  margin-top: 1.5em;
}
#main #artikel-content > h3 {
  font-size: 1.3rem;
  margin: 2.5rem auto 1rem;
}
#main #artikel-content > p.fraga-brod {
  margin-bottom: 0.2rem;
  margin-top: 1.6rem;
}
#main #artikel-content > .wp-block-separator {
  margin: 4rem auto;
  border: 10px solid;
}
#main .entry-header .post-thumb-img-content {
  text-align: center;
  margin: 2rem auto 0;
}
#main .wp-block-image {
  margin: 4rem auto;
  text-align: left;
}
#main .wp-block-gallery a[data-type=URL] {
  color: var(--ast-global-color-0);
}
#main .wp-block-gallery a[data-type=URL]:hover {
  color: #000;
}
#main .wp-block-gallery.is-cropped:not(#fashion):not(.gallery-grid):not(.wide) figure:not(.wide) img {
  aspect-ratio: 10/15;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .wp-block-gallery.is-cropped .align-0-0 img {
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
#main .wp-block-gallery.is-cropped .align-0-25 img {
  -o-object-position: 0% 25%;
     object-position: 0% 25%;
}
#main .wp-block-gallery.is-cropped .align-0-50 img,
#main .wp-block-gallery.is-cropped .align-0 img {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
#main .wp-block-gallery.is-cropped .align-0-75 img {
  -o-object-position: 0% 75%;
     object-position: 0% 75%;
}
#main .wp-block-gallery.is-cropped .align-0-100 img {
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
}
#main .wp-block-gallery.is-cropped .align-25-0 img {
  -o-object-position: 25% 0%;
     object-position: 25% 0%;
}
#main .wp-block-gallery.is-cropped .align-25-25 img {
  -o-object-position: 25% 25%;
     object-position: 25% 25%;
}
#main .wp-block-gallery.is-cropped .align-25-50 img,
#main .wp-block-gallery.is-cropped .align-25 img {
  -o-object-position: 25% 50%;
     object-position: 25% 50%;
}
#main .wp-block-gallery.is-cropped .align-25-75 img {
  -o-object-position: 25% 75%;
     object-position: 25% 75%;
}
#main .wp-block-gallery.is-cropped .align-25-100 img {
  -o-object-position: 25% 100%;
     object-position: 25% 100%;
}
#main .wp-block-gallery.is-cropped .align-50 img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#main .wp-block-gallery.is-cropped .align-50-0 img {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
#main .wp-block-gallery.is-cropped .align-50-25 img {
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
#main .wp-block-gallery.is-cropped .align-50-50 img {
  -o-object-position: 25% 50%;
     object-position: 25% 50%;
}
#main .wp-block-gallery.is-cropped .align-50-75 img {
  -o-object-position: 50% 75%;
     object-position: 50% 75%;
}
#main .wp-block-gallery.is-cropped .align-50-100 img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
#main .wp-block-gallery.is-cropped .align-75-0 img {
  -o-object-position: 75% 0%;
     object-position: 75% 0%;
}
#main .wp-block-gallery.is-cropped .align-75-25 img {
  -o-object-position: 75% 25%;
     object-position: 75% 25%;
}
#main .wp-block-gallery.is-cropped .align-75-50 img,
#main .wp-block-gallery.is-cropped .align-75 img {
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}
#main .wp-block-gallery.is-cropped .align-75-75 img {
  -o-object-position: 75% 75%;
     object-position: 75% 75%;
}
#main .wp-block-gallery.is-cropped .align-75-100 img {
  -o-object-position: 75% 100%;
     object-position: 75% 100%;
}
#main .wp-block-gallery.is-cropped .align-100-0 img {
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
}
#main .wp-block-gallery.is-cropped .align-100-25 img {
  -o-object-position: 100% 25%;
     object-position: 100% 25%;
}
#main .wp-block-gallery.is-cropped .align-100-50 img,
#main .wp-block-gallery.is-cropped .align-100 img {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
#main .wp-block-gallery.is-cropped .align-100-75 img {
  -o-object-position: 100% 75%;
     object-position: 100% 75%;
}
#main .wp-block-gallery.is-cropped .align-100-100 img {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
#main .wp-block-gallery.is-cropped:not(#fashion):not(.gallery-grid) a {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
#main .wp-block-gallery.is-cropped:not(#fashion):not(.gallery-grid) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .wp-block-gallery.is-cropped:not(#fashion):not(.gallery-grid) figure figcaption {
  font-size: 14px;
  line-height: 1.5;
}
#main .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  content: "";
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  height: 0;
}

.oi-artikel-meta,
body:not(.tax-archive):not(.archive):not(.search) .entry-header .entry-title {
  max-width: 660px;
  margin: auto;
}

.entry-header .oi-artikel-meta {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ingress {
  font-size: 1rem;
  line-height: 1.2;
}

#artikel-content > h5 {
  text-align: center;
  padding-top: 2rem;
  max-width: 660px;
  margin: 0 auto;
}

.float-right {
  float: right;
}

#artikel-content .anfang {
  margin-top: 4rem;
}

p.anfang::first-letter {
  float: left;
  font-size: 6.1em;
  line-height: 1;
  margin-top: -10px;
  font-family: "Domaine Display", ChronicleText, Georgia, Times, serif;
  margin-right: 2px;
  margin-bottom: -10px;
  font-weight: 500;
}

.oi-query-related:before {
  content: "Liknande artiklar";
  font-family: "Domaine Display", ChronicleText, Georgia, Times, serif;
  font-weight: 700;
  font-size: 1.8rem;
  padding-bottom: 0rem;
  padding-top: 3rem;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 1rem;
  border-top: 1px solid #000;
}

.utgavor-page p.article-width {
  max-width: 100%;
}
.utgavor-page .site-main {
  border-right: 1px solid #000;
  padding-right: 1rem;
}

@media only screen and (max-width: 921px) {
  .single-artikel #main .artikel.type-artikel {
    padding: 3rem 0rem 3rem 0rem;
    border: 0;
  }
  .single-artikel #main .faktaruta.faktaruta-float {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 4rem 0;
    border-left: 16px solid #000;
    padding: 0.2rem 1rem 0 1.5rem;
  }
}
@media only screen and (max-width: 543px) {
  .single-artikel #baguetteBox-overlay figcaption {
    line-height: 1.3em;
    font-size: 0.7rem !important;
    padding: 1rem;
    text-align: left;
  }
  .single-artikel #main .after-content {
    display: block;
  }
  .single-artikel #main .after-content .social-share-after-content {
    width: 100%;
    margin-top: 2rem;
  }
  .single-artikel #main .after-content .social-share {
    text-align: left;
  }
  .single-artikel #main .after-content .social-expand {
    width: 200px;
  }
  .single-artikel #main .entry-header h1 {
    line-height: 0;
  }
  .single-artikel #main .main-title {
    font-size: 1.8rem;
    line-height: 0.5;
  }
  .single-artikel #main .entry-header .pre-title {
    font-size: 1rem;
    line-height: 1.2;
  }
  .single-artikel #main h2.entry-title {
    line-height: 0;
  }
  .single-artikel #main h2.entry-title .main-title {
    line-height: 1.2;
    font-size: 1.2rem;
  }
  .single-artikel #main h2.entry-title .pre-title {
    margin-bottom: 6px;
    line-height: 1.4;
    font-size: 11px;
  }
  .single-artikel #main .social-share {
    display: block;
    text-align: right;
    width: 100%;
  }
  .single-artikel #main .social-share svg {
    height: 36px;
    width: 36px;
    top: 6px;
  }
  .single-artikel #main .social-share a {
    margin: 0 12px 0 0;
  }
  .single-artikel #main .artikel.type-artikel {
    padding: 1rem 0.54rem 3rem 0.54rem;
  }
  .single-artikel #main article.artikel {
    padding-left: 0.54rem;
    padding-right: 0.54rem;
    margin-top: 0;
  }
  .single-artikel #main .artikel-preheader {
    margin-top: 0rem;
    margin-bottom: 3rem;
  }
  .single-artikel #main .artikel-preheader.osa {
    margin-top: 0;
  }
  .single-artikel #main .faktaruta {
    padding: 3rem 1.54rem 3.5rem;
  }
  .single-artikel #main .faktaruta.faktaruta-float {
    padding: 2rem 0.54rem 1.54rem 2rem;
  }
  .single-artikel #main .wp-block-pullquote {
    margin-top: 0;
    margin-bottom: 0;
  }
  .single-artikel #main .wp-block-pullquote blockquote p {
    font-size: 1.4rem;
  }
  .single-artikel #main figure.wp-block-gallery,
  .single-artikel #main .post-thumb-img-content,
  .single-artikel #main .faktaruta,
  .single-artikel #main .wp-block-image {
    margin: 0rem -1.08rem;
  }
  .single-artikel #main .wp-block-gallery:not(#fashion):not(.gallery-grid) {
    row-gap: 0px;
  }
  .single-artikel #main .wp-block-gallery:not(#fashion):not(.gallery-grid) a:not([data-type=URL]) {
    min-height: 220vh;
    min-width: 100vw;
    margin-left: -1.08rem;
  }
  .single-artikel #main .wp-block-gallery:not(#fashion):not(.gallery-grid) figure figcaption {
    color: #000;
    text-align: left;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.9);
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 70%;
    left: 10px;
    padding: 10px;
    z-index: 3;
  }
  .single-artikel #main .wp-block-gallery:not(#fashion):not(.gallery-grid) img {
    max-height: 101vh;
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  .single-artikel #main .wp-block-gallery:not(#fashion):not(.gallery-grid) figure:nth-child(even) figcaption {
    right: 10px;
    left: auto;
  }
  .single-artikel #main .wp-block-gallery:not(#fashion):not(.gallery-grid) figure.wp-block-image {
    width: 100%;
  }
  .single-artikel #main .wp-block-gallery:not(#fashion):not(.gallery-grid).wide figure a {
    display: block;
    min-height: 120vh;
  }
  .single-artikel #main .wp-block-gallery:not(#fashion):not(.gallery-grid).wide figure figcaption {
    top: 10%;
  }
  .single-artikel #main p.anfang::first-letter {
    float: left;
    font-size: 6.5rem;
    line-height: 1;
    margin: -15px 2px -10px -2px;
    font-family: "Domaine Display", ChronicleText, Georgia, Times, serif;
  }
  .single-artikel #main .post-thumb-img-content.post-thumb,
  .single-artikel #main .faktaruta,
  .single-artikel #main .wp-block-image {
    margin-left: -0.84rem;
    margin-right: -0.84rem;
  }
  .single-artikel #main .wp-block-image figcaption {
    padding-left: 0.84rem;
    padding-right: 0.84rem;
  }
  .single-artikel #main .faktaruta {
    width: calc(100% + 1.68rem);
  }
  .single-artikel #main .oi-query-related {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-artikel #main .oi-query-related h2 {
    margin-left: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 544px) {
  .portrait-crop {
    max-height: 660px;
    overflow: hidden;
    display: flex;
  }
  .portrait-crop img {
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: center;
       object-position: center;
  }
  #main .wp-block-gallery:not(#fashion):not(.gallery-grid) .portrait-crop figcaption {
    position: absolute;
    top: initial;
    min-width: 100%;
    width: 100%;
    background: #fff;
    padding-bottom: 0;
    padding-top: 14px;
  }
  #main .wp-block-gallery:not(#fashion):not(.gallery-grid) .portrait-crop figcaption div {
    max-width: 660px;
    margin: 0 auto;
    width: 660px;
  }
}