/*!
Theme Name: London_screenings
Theme URI: http://underscores.me/
Author: Richie Hiney
Author URI: https://funinelkcity.com
Description: Custom WP theme for London Screenings
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: london_screenings
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

London_screenings is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: 'MacklinSansRegular', sans-serif;
  color: #1a1a1a;
  background-color: white;   
}
body.overflow-hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden;
}


@font-face {
  font-family: MacklinDisplayBold;
  src: url(font/MacklinDisplay-Bold.otf);
}

@font-face {
  font-family: MacklinSansRegular;
  src: url(font/MacklinSans-Regular.otf);
}

p,
.row p,
.fiec-main-content p {
  font-family: 'MacklinSansRegular', sans-serif;
  font-size: 1.4rem;    
  line-height: 1.4rem;
}

.small,
.row .small,
.fiec-main-content p {
  font-family: 'MacklinSansRegular', sans-serif;
  font-size: 1rem;    
  line-height: 1.2rem;
  margin-bottom:0;
}

.reception,
.row .reception {
  font-family: 'MacklinDisplayBold', sans-serif;
  font-size: 1rem;    
  line-height: 1.2rem;
  margin-bottom:0;
  margin-top: 5px;
  background-color: rgba(250, 250, 250, .2);
}


a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #999999;
  text-decoration: underline;
}

h1,
.row h1 {
    font-size:3rem;
    font-family: 'MacklinDisplayBold', serif;
}

h2,
.row h2 {
    font-size:2rempx;
    line-height: 2rem;    
    font-family: 'MacklinDisplayBold', serif;
    color: #;    
}

.row h3 {
    font-size:20px;
    line-height: 20px;    
    font-family: 'MacklinDisplayBold', serif;
    font-weight: 800;
    color: #;    
}

h4,
.row h4 {
    font-size:20px;
    font-family: 'MacklinDisplayBold', serif;
    font-weight: 800;
    color: #;    
}

h5,
.row h5 {
    font-size: 1.4rem;    
    line-height: 1.4rem;
    font-family: 'MacklinSansRegular', sans-serif;
    font-weight: 400; 
}

@media only screen and (max-width: 450px) {
h1,
.row h1 {
    font-size:2rem;
    font-family: 'MacklinDisplayBold', serif;
}	
.row h2 {
    font-size: 26px;
    font-family: 'MacklinDisplayBold', serif;
    font-weight: 800;
    color: #;
} 
.row h5 {
    font-size: 15px;
    font-family: 'MacklinDisplayBold', serif;
    font-weight: 100;
    color: #;
    text-transform: none;    
}      
}

@media only screen and (max-width: 320px) {
.row h1 {
    font-size:30px;
}    
}    

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.fiec-container {
  width: 100%;
  height:100%;
  min-height:100vh;    
  margin: 0 auto;
  padding:2% 80px; 
  background-color: ;   
  color:#ffffff;    
  overflow: hidden;   
}
@media only screen and (max-width: 450px) {
.fiec-container {
  width: 100%;
  margin: 0 auto;
  padding:10px;     
}
}
.fiec-container:after {
  content: "";
  display: table;
  clear: both;
}

.fiec-container-landing {
  width: 100%;
  height:100%;
  min-height:50vh;    
  margin: 0 auto;
  padding-top:80px; 
  background-color: #000000;
  color:#ffffff;    
  overflow: hidden;    
}
@media only screen and (max-width: 450px) {
.fiec-container-landing {
  
}
}

.fiec-container-about {
  width: 100%;
  height:100%; 
  margin: 0 auto;
  padding: 80px 5%; 
  background-color: #000000;   
  color:#ffffff;    
  overflow: hidden;    
}
@media only screen and (max-width: 576px) {
.fiec-container-about {
  
}
}

.space {
    margin: 0;
}

.space-btm {
    margin-bottom: 100px;
}

.space-top {
    margin-top: 100px;    
}

.space-both {
    padding: 100px 0 100px 0;
}

.pad {
    padding:0 20px;
}

@media only screen and (max-width: 576px) {
.space {
    margin: 40px 0;
}    
}

/* -------------------------------- 

Main components 

-------------------------------- */
html {
  height: 100%;
  margin-top:0!important;   
}  

body {
  height: 100%;   
}

img {
    width:100%;
}

#wpadminbar {
    position: fixed;
    bottom:0;
    top:auto;
}

.trantab {
  position: absolute;
  right: 100px;
  top: 6px;   
}

@media only screen and (max-width: 576px) {
.trantab {
  right: 60px;
  top: 14px;   
}    
}

.country-selector.weglot-dropdown {
    border-radius:50px;
}

.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
    border-radius:50px;
}

.country-selector.weglot-dropdown .wgcurrent {
    border-radius:50px;
    width:50px;
}

.country-selector.weglot-dropdown ul,
.country-selector.weglot-dropdown li,
.country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
    border-radius:50px;
    text-transform:lowercase;
}


.fiec-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000000;    
}
@media only screen and (min-width: 768px) {
  .fiec-header {
    height: 60px;
    /*background-image: url(/img/breaker.svg);*/
    background-size: cover;  
    background-position: bottom;  
    box-shadow: none; 
  }
}
@media only screen and (min-width: 1170px) {
  .fiec-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fiec-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -60px;

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .fiec-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .fiec-header.menu-is-open {
    /* add a background color to the header when the navigation is open */

  }
}

.fiec-logo {
  display: block;
  position: absolute;
  top: 56%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875em;
  z-index: 333;    
}
.fiec-logo img {
  display: block;
  height:50px;
  width:auto;    
}
@media only screen and (min-width: 768px) {
  .fiec-logo {
    left: 2.6em; 
    top:50%;  
  }
}

@media only screen and (max-width: 500px) {
.fiec-logo img {
  display: block;
  height:30px;
  width:auto;    
}
}

.fiec-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 4px;
  height: 100%;
  width: 50px;
  z-index:10;    
}
.fiec-primary-nav-trigger .fiec-menu-text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.fiec-primary-nav-trigger .fiec-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.fiec-primary-nav-trigger .fiec-menu-icon::before, .fiec-primary-nav-trigger .fiec-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.fiec-primary-nav-trigger .fiec-menu-icon::before {
  top: -7px;
}
.fiec-primary-nav-trigger .fiec-menu-icon::after {
  top: 7px;
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::before, .fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::after {
  background-color: #ffffff;
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav-trigger {
    width: 60px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 44%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fiec-primary-nav-trigger .fiec-menu-text {
    display: inline-block;
  }
  .fiec-primary-nav-trigger .fiec-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}




.nav-inline {
  position: absolute;
  left:0;
  top: 0;
  height: 60px;   
  width: 86%; 
  z-index: 3;
  color:#fff;    
}
    
.nav-inline ul {
    list-style: none;
    text-align: right; 
}
.nav-inline li {
  display:inline-block;
  font-size: 22px;
  line-height: 30px;    
  font-weight: 800;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;   
}
.nav-inline a {
  display: inline-block;
  padding: .4em 1em;
  color:#ffffff!important;
  text-transform:uppercase;
  font-family: 'MacklinDisplayBold', serif;
}
.nav-inline a:hover {
  background-color: ;
  color:#999999;    
  text-decoration: underline;    
}

@media only screen and (max-width: 1000px) {
.nav-inline {
display: none;
}
}

.nav-stack li {
list-style:none;
padding:4px 0;    
}


#primary-menu {
 padding:100px;    
}

.fiec-primary-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.90);
  z-index: 4;
  text-align: center;
  padding: 80px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fiec-primary-nav ul {
    list-style: none;
}
.fiec-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 800;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
}
.fiec-primary-nav a {
  display: inline-block;
  padding: .4em 1em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s; 
  color:#ffffff!important;
  text-transform:uppercase;
  font-family: 'MacklinDisplayBold', serif;
}
.no-touch .fiec-primary-nav a:hover {
  background-color: ;
  color:#999999;    
  text-decoration: underline;    
}
.fiec-primary-nav .fiec-label {
  color: #cccccc;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;     
}
.fiec-primary-nav .fiec-social {
  display: inline-block;
  margin: 0 .4em;
}
.fiec-primary-nav .fiec-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("/wp-content/themes/windlight/img/fiec-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.fiec-primary-nav .fiec-facebook a {
  background-position: 0 0;
}
.fiec-primary-nav .fiec-instagram a {
  background-position: -44px 0;
}
.fiec-primary-nav .fiec-dribbble a {
  background-position: -88px 0;
}
.fiec-primary-nav .fiec-twitter a {
  background-position: -132px 0;
}
.fiec-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 800;    
  }
  .fiec-primary-nav .fiec-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* Split Nav */

.nav-text li {
    color:#ffffff;
    text-transform: capitalize;
    font-size:30px;
}

@media only screen and (max-width: 450px) {
.nav-text li {
    color:#ffffff;
    text-transform: capitalize;
    font-size:18px;
}    
}

.fiec-main-content {
  position: relative;
  z-index: 1;     
  background-color:#ffffff;  
  max-width:100%;    
}

.footer-container {
  position:relative;
  width: 90%;    
  height:300px;
  z-index:-1;    
}

.footer {
    width:100%;
    position:fixed;
    bottom:0;
    padding:60px;
    height:340px;
    color:#000000;
    background-color:#ffffff;
    z-index:-1;
}

.footer p {
    font-size: 14px;
    margin:0px;
}

.footer a {
    color:#1a1a1a;
}

.footer a:hover {
    text-decoration: underline;
    color:#999999;
}

@media only screen and (max-width: 576px) {
.footer-container {
  position:relative;
  width: 90%;    
  height:100vh;
  z-index:-1;    
}    
.footer {
    width:100%;
    position:fixed;
    bottom:0;
    padding:60px;
    height:100vh;
    color:#000000;
    background-color:#ffffff;
    z-index:-1;
}    
}

.rotate {
  animation: rotation 16s;
}

.linear {
  animation-timing-function: linear;
}

.infinite {
  animation-iteration-count: infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*

.rotate {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

*/

.team img {
  background-size: cover;
  height:auto;
  transition: 0.5s;    
  filter: grayscale(1);    
}

.team:hover img {
  filter: grayscale(0);     
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 50%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  padding: 50px 20px;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);     
}

@media only screen and (max-width: 576px) {
.hovereffect .overlay {
  height: 60%;
}
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.9;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);   
}

.hovereffect h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 16px;    
  overflow: hidden;
  padding: 0;    
  background-color: transparent;
  height:40px;    
}

.hovereffect h2 span {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 8px;
  line-height: 8px;    
  overflow: hidden; 
  background-color: transparent;   
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.rounds {
	border-radius: 10px;
}

/*HERO VIDEO*/

.hero-video {
  position: relative;
  margin-top:30px;
  background-color: #ffffff;
  height: 80vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-video .container {
  position: relative;
  z-index: 1;
}

.hero-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: 000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 85%);
  z-index: 1;
}


.nav-pills .nav-link {
  background: #2C7079!important;
  color:#1D1D1D!important;
  text-decoration: none!important;
  border-radius: 0px!important;
  padding:10px 20px!important;
}

.nav-pills .nav-link.active {
  background: #57B7C4!important;
  color:#fff!important;
}

.nav-link {
  padding:.5rem!important;
}

.tilecat1 {
  background-color: #57B7C4;
}


.btn {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-appearance: none;
  outline: 2px solid #FFF;
  padding: 10px 20px;
  font-size: 1rem;
  line-height:1.2rem;
  border-radius: 0px;
  background-color: #000;
  color: #FFF!important;
  white-space: nowrap;
  -webkit-transition: outline 0.15s linear 0s, background-color 0.15s linear 0s;
  transition: outline 0.15s linear 0s, background-color 0.15s linear 0s;
  position: relative;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
  font-family: 'MacklinDisplayBold', serif;
  text-decoration: none!important;
  font-weight: 700!important;
  border: none;
}

.btn:hover {
  background-color: #222!important;
  text-decoration: none;
  color: #FFF!important;
  outline: 2px solid #FFF;   
}




.body {
  --space: 1rem;
  --space-md: calc(var(--space) * 2);
  --content-max-width: 60ch;

  font-family: sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.content {
  display: grid;
  grid-template-columns:
    [full-start] 1fr
    [content-start]
    min(var(--content-max-width), 100% - var(--space-md) * 2)
    [content-end]
    1fr [full-end];
}

.content > * {
  grid-column: content;
}

.content > * + * {
  margin-block-start: var(--space);
}

.headline {
  margin-block-end: var(--space-md);
  font-family: "Palatino";
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: bold;
  line-height: 1.125;
  letter-spacing: -0.015em;
}

.gallery {
  grid-column: full;
  display: grid;
  grid-template-columns: inherit;
  padding-block: var(--space-md);
  overflow-x: scroll;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.gallery::-webkit-scrollbar {
  inline-size: 0 !important;
  display: none;
}

.gallery .wrapper {
  grid-column: content;
  display: flex;
  align-items: center;
  gap: var(--space);
}

.gallery .wrapper::after {
  content: "";
  align-self: stretch;
  padding-inline-end: max(
    var(--space),
    (100vw - var(--content-max-width)) / 2 - var(--space)
  );
}

.gallery .item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: center;
  inline-size: 100%;
  max-inline-size: 25rem;
  aspect-ratio: 16 / 9;
  font-size: 2rem;
  background: hotpink;
  border-radius: 4px;
  overflow: hidden;
}

.gallery.alt-sizes .item.lg {
  max-inline-size: 35rem;
}

.gallery.alt-sizes .item.sm {
  max-inline-size: 15rem;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@supports not (aspect-ratio: 1) {
  .gallery .item::before {
    float: left;
    padding-top: 56.25%;
    content: "";
  }

  .gallery .item::after {
    display: block;
    content: "";
    clear: both;
  }
}

.ff-banner {
  display: none;
}

@-moz-document url-prefix() {
  .ff-banner {
    display: block;
    padding: var(--space);
    background-color: lightyellow;
    text-align: center;
    font-size: 0.9rem;
  }
}

.circ {
display: inline-block;
width:30px;
height:30px;
border-radius: 50%;
}

