body,
html {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

/* Make the image fully responsive */

.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 600px) {
	.carousel-inner img {
		width: 100%;
		height: 40vh;
	}
}

.social-list-item {
	border: 0px solid #fff;
}
/* .swal2-title-custom {
	font-size: 12px !important;
} */
