.ratio .uc-embedding-container {
	position: absolute;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

html, body { height: 100%; width: 100%; }
body { margin: 0; background-color: white; color: #1B2432; }

.wrapper {
	padding: 3rem 0;
}

@media (min-width: 992px) {
	.wrapper {
		padding: 3rem;
		transform: scale(0.72); transform-origin: top center;
	}
}

footer {
	text-align: center;
	padding-bottom: 3rem;
}

.img-block::before {
	display: none !important;
}

.wrapper img, #currentImage {
	outline: 0.25rem solid white;
	outline-offset: -.5rem;
	transition: outline-offset .2s ease-in-out;
	position: relative;
	-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);
}

.wrapper img:hover, #currentImage:hover {
	outline-offset: 0rem;
}

#galleryModal img {
	cursor: pointer;
}

.play-icon {
	text-decoration: none;
}

.play-icon i {
	font-size: 3rem;
	color: #CD201F;
}

.play-icon span {
	font-size: 2rem;
	display: block;
}

.play-icon i, .play-icon span {
	vertical-align: middle;
}

@media (min-width: 992px) {
	.wrapper { transform: scale(1) !important; transform-origin: top center; }

	.play-icon {
		position: absolute;
		bottom: 0;
		right: 1rem;
	}

	.play-icon span {
		display: inline;
	}
}

ul {
	padding: 0;
}

ul li {
	list-style-type: none;
}

.img-block {
	position: relative;
	margin-bottom: calc(var(--bs-gutter-x));
}

.img-block a {
	display: block;
}

.overlay {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
}

.img-block.gallery .overlay {
/*	top: auto;
	bottom: 3rem;
	left: 3rem;*/
}

.img-block.crypto .overlay {
/*	top: auto;
	top: 3rem;
	right: 3rem;
	left: auto;*/
}

.overlay ul li {
	font-weight: 500;
}

.overlay > div {
	padding: 1rem;
}

.overlay h4 {
	padding: 20px;
	margin: 0;
	/* background-color: rgba(36, 64, 143, .75); make a new one based on #1B2432 */
	background-color: rgba(27, 36, 50, .75);
	font-size: 1rem;
	font-weight: 700;
	/*display: inline;*/
	color: white !important;
	/*word-break: break-all;*/
}

.block {
	font-size: 0.7rem;
    border: 1px solid #24408F;
    padding: 2rem 1rem;
    font-weight: 700;
    margin-bottom: calc(var(--bs-gutter-x));
}

.block ul {
	margin: 0;
}

.last-info h5 {
	font-size: 0.95rem;
	font-weight: 900;
}

.last-info ul {
	padding-left: 6rem;
}

.last-info ul li {
	list-style-type: disc;
	font-size: 1rem;
	font-weight: 500;
}

@media (min-width: 768px) {

	.overlay {
		/*right: 0;*/
	}

	.overlay h4 {
		font-size: 0.8rem;
	}

	.overlay ul li {
		font-size: 0.6rem;
	}

	.last-info h5 {
		font-size: 0.8rem;
	}

	.last-info ul li {
		font-size: 0.6rem;
	}
}

@media (min-width: 993px) {

	.overlay {
		/*right: 1rem;*/
	}

	.overlay h4 {
		font-size: 1.5rem;
	}

	.overlay ul li {
		font-size: 0.8rem;
	}

	.last-info h5 {
		font-size: 0.95rem;
	}

	.last-info ul li {
		font-size: 0.8rem;
	}
}


@media (min-width: 1200px) {

	.gallery.img-block::before {
		pointer-events: none;
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		background: linear-gradient(45deg, rgba(255,255,255,.7) 10%, rgba(255,255,255,0));
	}

	.crypto.img-block::before {
		pointer-events: none;
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		background: linear-gradient(275deg, rgba(255,255,255,.7) 10%, rgba(255,255,255,0));
	}

	.overlay h4 {
		font-size: 2rem;
	}

	.overlay {
		/*right: 3rem;*/
	}

	.overlay ul li {
		font-size: 1rem;
	}

	.last-info h5 {
		font-size: 1rem;
	}

	.last-info ul li {
		font-size: 1rem;
	}
}

/** bootstrap fix */

.btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1em auto no-repeat;
}

#whatsapp {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 1;
	font-size: 2.5em;
}

@media screen and (min-width: 992px) {
	#whatsapp {
		bottom: 2rem;
		right: 2rem;
		font-size: 3em;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

#whatsapp a {
	display: block;
	-webkit-animation: 2000ms ease 0ms infinite normal none running pulse;
	animation: 2000ms ease 0ms infinite normal none running pulse;
}

#whatsapp .fa-circle {
	color: white;
}

#whatsapp .fa-whatsapp {
	color: #25D366;
}