
usel {
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.el-carousel-item img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

#ad-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

#ad-popup .ad-popup-content {
	background: white;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	width: 80%;
}

#ad-popup .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

.el-dialog {
	width: 70vw !important;
}

.el-dialog__body {
	padding: 0 !important;	
}

.el-dialog__header {
	padding: 0 !important;
}

.el-carousel__container {
	height: 80vh !important;
}
