/**************************************
    GENERAL STYLE
**************************************/
footer + footer,
body > header:first-child {
	display: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
}

body {
    line-height: 1.6;
}

hr {
	border-top-color: #eee;
	opacity: 1;
	margin: 40px 0;
}

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    font-family: 'Oswald', sans-serif;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

.h1, h1 {
    font-size: 2rem;
}

.h2, h2 {
    font-size: 1.75rem;
}

.h3, h3 {
    font-size: 1.25rem;
}

a {
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    transition: all .3s;
}

a.link-with-underline {
    border-bottom: 1px solid #000;
    color: #000;
}

a.link-with-underline:hover {
    border-bottom-color: #CDB97E;
    color: #CDB97E;
}

a h1, a h2, a h3, a h4, a h5, a h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    transition: all .3s;
}

p {
    margin-bottom: 1.5rem;
}

p a,
li a {
	color: #CDB97E;
}

.press-item.mb-2 {
	margin-bottom: 2em !important;
}

blockquote {
    margin: 0 0 1rem;
    border-left: 2px solid #CDB97E;
    padding: 2rem;
}

blockquote .author {
	font-weight: 600;
	font-family: 'Oswlad', sans-serif;
	display: block;
	margin-top: 1.5rem;
}

.text-lg p {
    font-size: 1.2em;
}

.text-right * {
    text-align: right;
}

.gold-text {
    color: #CDB97E;
}

.text-underline {
	text-decoration: underline;
}

main {
    position: relative;
}

section {
    padding: 80px 0;
    position: relative;
}

.container {
    position: relative;
    z-index: 999;
}

.gold-bkg {
    background-color: #CDB97E;
}

.grey-bkg {
    background-color: #f8f8f8;
}

.black-bkg {
    background-color: #000000;
}

.black-bkg * {
    color: #fff;
}

.white-bkg {
    background-color: #fff;
}

.green-bkg {
/*     background-color: #153E04; green */
	background-color: #4a97cd !important;
    height: 300px;
}

.black-bkg .moving-text {
	color: rgba(255,255,255,.2);
}

.moving-text-wrapper {
	height: 300px;
}

.green-bkg + div,
.moving-text-wrapper + .container .col-12:nth-child(1) {
    margin-top: -6rem;
}

.bio-wrapper img {
	box-shadow: 0 0 10px #000;
}

.bio-wrapper h1 + p {
	font-size: 1.25em;
}

.narrow {
    max-width: 900px;
    margin: 0 auto;
}

.gap {
    gap: 24px;
}

p + .btn {
    margin-top: 1rem;
}

button:hover,
button:focus,
button:focus-visible {
	outline: none !important;
}

.btn {
    border: 1px solid #CDB97E;
    border-radius: 30px;  
    padding: 12px 24px;
    transition: all .3s;
}

.btn.nav-link {
    position: relative;
    margin-left: 12px;
    padding: 8px 54px 8px 24px !important;
}

.btn.btn-primary {
    background-color: #CDB97E;
    color: #fff;
}

.btn.btn-primary:hover {
    border-color: #000000;
    background-color: #000000;
    color: #fff;
}

.btn.btn-primary.nav-link:hover {
    border-color: #fff;
    background-color: #fff;
    color: #CDB97E;
}

.btn.btn-primary.btn-tickets {
	display: flex;
    max-width: 400px;
    margin: 1rem auto 0;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 16px 24px;
}

.btn.btn-primary.btn-tickets img {
	width: 24px;
	height: auto;
}

.btn.btn-secondary {
    background-color: transparent;
    color: #CDB97E;
}

.btn.btn-secondary:hover {
    border-color: #CDB97E;
    background-color: #CDB97E;
    color: #fff !important;
}

.btn span {
    width: 32px;
    height: 32px;
    padding: 7px;
    position: absolute;
    right: 5px;
    top: 4px;
    background-color: #CDB97E;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn:hover span {
    right: 2px;
    transition: all .3s;
}

.btn span img {
    width: 100%;
}

.btn.btn-primary span {
    background-color: #fff;
}

.btn-mobile {
	display: none;
}

.press-item a {
    color: #CDB97E;
    display: block;
}

.press-item p a {
	display: inline-block;
}

.press-item a:hover {
	color: #000;
}

.press-item p {
	margin-bottom: 0;
}

.learn-more-link {
	color: #CDB97E;
	font-size: .875rem;
	text-transform: uppercase;
	background-image: url(https://lucies.org/wp-content/uploads/2023/06/right-gold.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	padding-right: 24px;
}

.learn-more-link:hover {
	padding-right: 28px;
}

img {
    width: 100%;
    height: auto;
}

.text-wrapper.position-absolute {
    top: 720px;
    left: 0;
}

.text-wrapper.position-absolute.top-margin {
	top: calc(100vh - 90px);
}

.text-wrapper.position-absolute span {
    font-size: 10rem;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2;
    display: block;
    color: rgba(0,0,0,.04);
}

.text-slider-wrapper {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 10rem;
    overflow: hidden;
    display: flex;
}

.green-bkg .text-slider-wrapper,
.moving-text-wrapper .text-slider-wrapper {
    top: 2rem;
}

.text-slider-wrapper + h1,
.text-slider-wrapper + h2 {
    margin-top: 80px;
}

.text-slider {
    white-space: nowrap;
    animation: slideTextLeft 32s linear infinite;
}

.text-slider.right-animation {
    animation: slideTextRight 32s linear infinite;
}

.moving-text {
    font-size: 10rem;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    color: rgba(0,0,0,.04);
    display: inline-block;
    margin-right: 32px; 
    animation: slideTextInnerLeft 32s linear infinite;
}

.text-slider.right-animation .moving-text {
    animation: slideTextInnerRight 32s linear infinite;
}

.green-bkg .moving-text {
    color: rgba(255,255,255,.15);
}

@keyframes slideTextLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideTextInnerLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideTextRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes slideTextInnerRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

input[type="text"], input[type="email"] {
    width: 100%;
    padding: 8px 16px;
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid #fff;
    margin-bottom: 1rem;
}

input[type="text"]:focus-visible, 
input[type="email"]:focus-visible {
    border: 1px solid #CDB97E;
    outline: none;
}

.list-with-icon {
    padding: 0;
    list-style-type: none;
}

.list-with-icon li {
	display: flex;
	margin-bottom: 4px;
}

.list-icon img {
    width: 16px;
    height: auto;
    margin-right: 6px;
}

.fixed-height img {
	max-height: 650px;
	object-fit: cover;
}
/**************************************
    MODAL STYLE
**************************************/
.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    padding: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#infoModal {
    background: rgba(0,0,0,1);
    z-index: 999999;
    display: block;
	max-height: 100vh;
    height: 100vh;
    overflow: hidden;
}

#infoModal .modal-dialog {
	width: 100%;
	max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#infoModal .modal-content {
    max-width: 100%;
    text-align: center;
    width: 100%;
    background: #000;
    position: relative;
    border: 0;
    border-radius: 0;
}

#infoModal button.close {
    position: absolute;
    background: transparent;
    border: 0;
    top: 5px;
    left: initial;
    right: 0;
    cursor: pointer;
    transition: all .3s;
}

#infoModal button.close svg {
    width: 30px;
    height: 30px;
    fill: #fff !important;
}

#infoModal .modal-body {
    width: 100%;
    max-width: 100%;
    height: auto;
    background: #000;
    padding: 0;
}

#infoModal .modal-body img {
	height: 100%;
	max-height: 80vh;
	width: auto;
}

#infoModal .modal-footer {
    padding: 20px;
    background: #000;
    margin: 0 auto;
    text-align: center;
    border: 0;
}

#infoModal .modal-footer .btn.btn-primary:hover {
	background-color: #fff;
	color: #000;
}

.disciplines-list .slick-slide {
    margin: 0 15px;
    text-align: center;
	background-color: #CDB97E;
}

.disciplines-list .slick-slide a {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	padding: 1rem 2rem;
	color: #fff;
	background-color: #CDB97E;
}

.disciplines-list button.slick-arrow.slick-prev {
    left: -40px;
}

.disciplines-list button.slick-arrow.slick-next {
    right: -40px;
}

.slick-slide {
	cursor: pointer;
}
/**************************************
    HEADER STYLE
**************************************/
.navbar-brand img {
    max-width: 160px;
}

.navbar-expand-lg .navbar-nav {
    justify-content: flex-end;
    width: 100%;
}

.nav-item {
	position: relative;
}

.nav-item.link-tickets:hover {
	color: #fff !important;
}

.nav-link {
    color: #fff;
	position: relative;
}

.nav-link.btn::after {
    position: absolute;
	top: 4px;
    right: 4px;
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
	transition: all .3s;
}

.nav-link.btn.btn-primary::after {
	background-image: url(https://lucies.org/wp-content/uploads/2023/06/right-gold.png);
	background-color: #fff;
}

.nav-link.btn.btn-secondary::after {
	background-image: url(https://lucies.org/wp-content/uploads/2023/06/right.png);
	background-color: #CDB97E;
}

.nav-link.btn:hover::after {
	right: 0;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show{
    color: #CDB97E;
}

.navbar-toggler-icon {
	background-image: url(https://lucies.org/wp-content/uploads/2023/06/menu-icon.png);
}

.navbar-toggler:hover,
.navbar-toggler:focus-visible {
	outline: none;
}

/**************************************
    FOOTER STYLE
**************************************/
footer h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #CDB97E !important;
    text-transform: uppercase;
}

footer p, footer a, footer span {
    font-size: .875rem;
}

footer ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #CDB97E;
}

.footer-nav li {
    list-style: 1.8;
}

footer form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .btn#submit {
    margin-left: 0;
    margin-top: 1rem;
}

.footer-top li {
    margin-bottom: 8px;
}

.footer-top img {
    max-width: 240px;
}

.footer-middle .footer-nav li {
    margin-right: 24px;
}

.footer-middle .footer-nav a {
    display: block;
    padding: 12px 20px 12px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.footer-middle .footer-nav a:hover {
    color: #000;
}

.social-media a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #fff;
}

.social-media a:hover {
    border-color: #000;
    background-color: #000;
}

.social-media img {
    height: 14px;
    width: auto;
}

.footer-bottom {
    padding-top: 12px;
}

.footer-bottom span {
    padding: 0 12px;
}

.footer-column:nth-child(2) .footer-nav li:nth-child(3) {
    display: none;
}

/**************************************
    HERO SECTION STYLE
**************************************/
#hero {
    padding: 0;
}

#hero .slick-list.draggable {
	padding: 0 !important;
}

#hero .slick-slider .slick-track {
	transform: none !important;
	width: 100% !important;
}

#hero .hero-slider .slick-slide {
	margin: 0;	
	width: 100%;
}

#hero .hero-slider .slick-slide img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.hero-slider-mob {
	display: none;
}

.hero-slider .slick-slide {
    margin: 0 15px 15px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.hero-slider .slick-slide {
	position: relative;
}

.hero-slider .slick-slide img {
    height: 540px;
    margin-bottom: 0;
}

.slick-slide.item em {
    font-size: .75em;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}

button.slick-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
    border: 1px solid #CDB97E;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: transparent;
    top: calc(50% - 20px);
    position: absolute;
    z-index: 999;
    transition: all .3s;
}

button.slick-arrow.slick-prev {
    left: 40px;
}

button.slick-arrow.slick-next {
    right: 40px;
}

button.slick-arrow:hover {
    background-color: #fff;
    border-color: #fff;
    transition: all .3s;
}

button.slick-arrow img {
    width: 20px;
}

button.slick-arrow.slick-prev img {
    transform: rotate(180deg);
}

ul.slick-dots {
    display: none !important;
}

/* section.hero-rel {
    height: calc(100vh - 90px);
}

.hero-rel-wrap {
    height: 100%;
}

.hero-rel-wrap img {
	height: 100%;
	object-position: top;
	object-fit: cover;
} */

.announcement .gold-bkg {
	background-color: #CDB97E;
}

.announcement .narrow {
	background-color: #fff;
    border: 1px solid #CDB97E;
    font-size: 1.125rem;
}

.announcement h2 {
/* 	color: #153E04; */
	color: #4a97cd;
    z-index: 999999;
    position: relative;
    font-size: 2.5rem;
}

.announcement h3 {
	color: #CDB97E;
    font-size: 1.35rem;
    text-decoration: underline;
}

/**************************************
    HONOREES SECTION STYLE
**************************************/
.grid-item.col-3 {
    width: calc(25% - 18px);
}

.grid-item.col-3 img {
    height: 320px;
    object-fit: cover;
	object-position: top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.no-filter .grid-item.col-3 img {
	 -webkit-filter: none;
    filter: none;
}

.grid-item h3 {
    position: relative;
    display: inline-block;
}

h3 a {
	position: relative;
}

.grid-item h3::after,
h3 a::after {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background-color: #CDB97E;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
}

.grid-item:hover h3::after,
h3 a:hover::after {
    width: 100%;
    transition: all .3s;
}

.faq-item h2, 
.media-item h2 {
    padding: 12px;
    background-color: #f8f8f8;
    margin-top: 2rem;
}

.additional-section-wrapper {
	display: flex;
}

.additional-section-wrapper .col-6 {
	padding: 40px;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
}

.additional-section-wrapper .col-6 p {
	margin-bottom: .5rem;
}

/**************************************
    WINNERS STYLE
**************************************/
.single-winners #gallery h2,
.single-jury #gallery h2 {
	text-align: center;
}

.single-winners #gallery .slide-content,
.single-jury #gallery .slide-content,
.exhibition-gallery#gallery .slide-content {
    padding: 0 5px 15px !important;
}

.single-winners #gallery .caption,
.single-jury #gallery .caption,
.exhibition-gallery#gallery .caption {
    padding: 10px;
    background-color: #fff;
    font-style: italic;
    font-size: .875rem;
}

.single-winners #gallery .slick-slide img,
.single-jury #gallery .slick-slide img,
.exhibition-gallery#gallery .slick-slide img {
    display: block;
    height: 500px;
    object-fit: cover;
}

.single-jury #gallery .slick-slide img {
	height: auto;
}
.jury-template-default .slick-track {
	display: flex;
	align-items: center;
}
/**************************************
    TABLES
**************************************/
.info-table {
	width: 100%;
}
.info-table thead {
	background-color: #000;
	color: #fff;
}
.info-table tbody tr:nth-child(even) {
	background-color: #f8f8f8;
}
.info-table th, .info-table td {
	padding: 5px 10px;
	border-left: 1px solid #fff;
}
.info-table a {
	color: #CDB97E;
}
.info-table + p {
	margin-top: 1em;
}
.info-table td.padding-top {
	padding-top: 1em;
	border-top: 1px solid #eee;
}
table.small-table {
    font-size: .875em;
    margin-top: 1em;
	margin-bottom: 1em;
}
table.small-table td {
    padding: 5px 10px;
    vertical-align: baseline;
}
table.small-table td:first-child {
    width: 40%;
}
/**************************************
    TECH AWARDS PAGE
**************************************/
.categories-wrapper .container {
	margin-top: 3em;
    padding-top: 3em;
    border-top: 1px solid #eee;
}
.categories-wrapper .col-md-6 {
    width: calc(50% - 15px);
    background-color: #f8f8f8;
    padding: 2em;
}
.categories-wrapper .col-md-6 h4 {
    margin-bottom: 0;
}
.categories-wrapper .col-md-6 h3 {
	font-size: 2rem;
}
.press-wrapper a {
	color: #000;
	display: block;
	font-weight: 300;
}
.press-wrapper a:hover {
	color: #CDB97E;
}
.press-wrapper a + p {
	margin-top: 2em;
	margin-bottom: .5em;
}
.two-column-list {
	column-count: 2;
	column-gap: 24px;
	padding: 0;
    list-style: none;
    margin-bottom: 1.5em;
}
.two-column-list li {
	width: calc(50% - 12px);
}
/* .two-column-list strong {
	font-weight: normal;
} */
/**************************************
    MEDIA QUERIES
**************************************/
@media(min-width:992px) {
	.nav-item.link-tickets {
		background-image: url(https://lucies.org/wp-content/uploads/2025/03/tickets.png);
		background-repeat: no-repeat;
		background-size: 24px auto;
		background-position: 16px center;
		padding-left: 50px !important;
		background-color: #CDB97E;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		left: 16px;
		background-color: #000;
		border-radius: 0;
		border-top: 2px solid #CDB97E;
		width: 240px;
		padding: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 16px;
		padding-right: 16px;
	}
	.dropdown-toggle::after {
		margin-left: 0.5em;
		vertical-align: 0.15em;
	}
}

@media(max-width:1199.98px) {
	.single-winners #gallery .slick-slide img {
		height: 350px;
	}
	.navbar-brand img {
		max-width: 120px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 8px;
		padding-right: 8px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		left: 8px;
	}
	.text-wrapper.position-absolute span,
	.moving-text {
		font-size: 7em;
	}
	.green-bkg, .moving-text-wrapper {
		height: 260px;
	}
	.text-slider-wrapper + h1,
	.text-slider-wrapper + h2 {
		margin-top: 40px;
	}
}

@media(max-width:991.98px) {
	section {
		padding: 60px 0;
	}
	.nav-item {
		text-align: center;
	}
	.nav-link {
		text-align: center;
		margin-top: 0.5rem;
	}
	.nav-link.btn {
		display: inline-block;
    	margin-left: 0;
    	min-width: 200px
	}
	.navbar-nav .dropdown-menu {
		background: #CDB97E;
		border-top: 2px solid #fff;
		padding: 0;
	}
	.hero-slider .slick-slide img {
		height: 360px;
	}
	.text-wrapper.position-absolute {
		top: 500px;
	}
	.text-lg p {
		font-size: 1em;
	}
	.grid-item.col-3 {
		width: calc(33.33% - 16px);
	}
	.footer-column:nth-child(1),
	.footer-column:nth-child(2) {
		margin-bottom: 2rem;
	}
	.additional-section-wrapper {
		flex-direction: column;
	}
	.additional-section-wrapper .col-6 {
		width: 100%;
		border-left: 12px solid #fff;
		border-right: 12px solid #fff;
		margin-bottom: 12px;
		padding: 12px;
	}
	.press-section .d-flex {
		flex-direction: column;
	}
	.press-section .grid-item.col-6 {
		width: 100%;
	}
	.two-column-list {
		column-count: 1;
	}
	.two-column-list li {
		width: 100%;
	}
}

@media(max-width:767.98px) {
	.h3, h3 {
		font-size: 1em;
	}
	section {
		padding: 40px 0;
	}
	.hero-slider .slick-slide {
		margin: 0 15px;
	}
	.hero-slider .slick-slide img {
		height: 240px;
		max-width: 340px;
		width: 100%;
		object-fit: cover;
		object-position: top;
	}
	.text-wrapper.position-absolute span,
	.moving-text {
		font-size: 5em;
	}
	.d-flex.justify-content-between {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	.d-flex.justify-content-between.column-reverse-mobile {
		flex-direction: column-reverse !important;
	}
	.btn-desk {
		display: none;
	}
	.btn-mobile {
		display: inline-block;
	}
	.text-right,
	.text-right * {
		text-align: left !important;
	}
	.grid-copy.px-3.pt-3 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.grid-item.col-3 {
		width: calc(50% - 12px);
	}
	.py-5 {
		padding-top: 2rem!important;
		padding-bottom: 1rem!important;
	}
	.green-bkg, .moving-text-wrapper {
		height: 200px;
	}
	.text-slider-wrapper + h1,
	.text-slider-wrapper + h2 {
		margin-top: 20px;
	}
	.narrow {
		padding: 1.5rem !important;
	}
	.social-media.justify-content-end {
		justify-content: flex-start !important;
	}
	.social-media a {
		margin-left: 0;
		margin-right: 8px;
		margin-bottom: 12px;
	}
	.footer-middle .footer-nav li {
		margin-right: 8px;
	}
	.footer-bottom {
		padding-bottom: 12px;
	}
	.footer-middle .footer-nav a {
		font-size: .75em;
		padding: 12px 12px 12px 0;
	}	
	.footer-column:nth-child(1),
	.footer-column:nth-child(2),
	.footer-column:nth-child(3) {
		margin-bottom: 1rem;
	}
	.fixed-height {
		margin-top: 2rem;
	}
	.fixed-height em {
		font-size: .875em;
	}
	.grid-item.col-3 img {
		height: 200px;
	}
	.disciplines-list button.slick-arrow.slick-next,
	.disciplines-list button.slick-arrow.slick-prev {
		display: none !important;
	}
	.disciplines-list .slick-slide a {
		padding: 1rem;
		font-size: 1.25em;
	}
	#lucie-week .btn.btn-primary.btn-tickets,
	#lucie-week .btn.btn-secondary {
		max-width: 100%;
		width: 100% !important;
	}
	.single-jury #gallery .slick-slide img,
	.exhibition-gallery#gallery .slick-slide img {
		height: 300px;
	}
}

@media(max-width:575.98px) {
	.h1, h1 {
		font-size: 1.8rem;
	}
	.text-wrapper.position-absolute span,
	.moving-text {
		font-size: 4.25em;
	}
	.button-wrapper {
		margin-top: 2rem;
	}
}

@media(max-width: 400px) {
	.green-bkg + div,
	.moving-text-wrapper + .container .col-12:nth-child(1){
		margin-top: -3rem;
	}
	.narrow {
		padding: 1.5rem 1rem !important;
	}
}