.main-div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


/* Content */
.content {
	-webkit-align-self: stretch;
	align-self: stretch;
	overflow: hidden;
	padding: 45px 20px 15px;
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.content:nth-child(even):last-child {
	width: 100%;
}

.stack {
	width: 100%;
	height: 365px;
}
.iskandar-effect .stack{
	height: 435px;
}
.stack img {
	border: 1px solid rgba(var(--main-primary-color));
	border-radius: 20px;
	max-width: 350px;
	margin: auto;
	padding: 5px;
	height: 300px;
}

.stack__item.op-1 {
	opacity: 1;
}
.counter svg {
	fill: rgba(var(--main-primary-color));
  }
.effect-style .button {
	margin: 0;
	width: auto !important;
	height: auto !important;
	color: #fff !important;
}
.effect-style.iskandar-effect{
	padding-top: 15px;
}
.effect-style.mawar-effect,
.effect-style.buana-effect{
	padding-left: 40px;
}
@media (max-width:500px){
	.stack{
		height: 345px;
	}
}