.ram-1 {
	/* margin: 20px;
	width: 150px;
	height: 150px;
	padding: 30px; */
	border: 1px solid black;
	border-radius: 20px;
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modalForFrame .ram-1 {
	width: 150px;
	height: 150px;
}
	.modalForFrame {

		padding-top: 5px;
	}
	.components {
		margin-top: -4px;
		margin-left: 0px;
	}

@media(max-width:600px) {
	.components {
		margin-top: -4px;
		margin-left: 0px;
	}

	.esas {
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		height: 80%;
	}

	.modalForFrame .ram-1 {
		height: 250px;
		width: 250px;
	}

	.ram-1 {
		height: 350px;
		width: 350px;
		margin-left: 20px;
	}

	.owl-nav button {
		display: none !important
	}


}


.ram-2 {
	width: 50%;
	height: 50%;
	transform: rotate(45deg);
	cursor: pointer;
}

.framer {
	height: 80%;
	/* border: 1px solid #000; */
}




.esas {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.lt {
	width: 70px;
	height: 70px;
	background: url(/image/plat/t1mqkh8.png) no-repeat left top;
	border: 0px solid red;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
}

.rt {
	width: 70px;
	height: 70px;
	background: url(/image/plat/t1mqkh8.png) no-repeat right top;
	border: 0px solid red;
	position: absolute;
	z-index: 20;
	right: 0;
	top: 0;
}

.lb {
	width: 70px;
	height: 70px;
	background: url(/image/plat/t1mqkh8.png) no-repeat left bottom;
	border: 0px solid red;
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: 0;
}

.rb {
	width: 70px;
	height: 70px;
	background: url(/image/plat/t1mqkh8.png) no-repeat right bottom;
	border: 0px solid red;
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: 0;
}

.top {
	width: 100%;
	height: 70px;
	background: url(/image/plat/t1mqkh8.png) no-repeat top;
	z-index: 15;
	position: absolute;
	top: 0px
}

.bottom {
	width: 100%;
	height: 70px;
	background: url(/image/plat/t1mqkh8.png) no-repeat bottom;
	z-index: 15;
	position: absolute;
	bottom: 0px
}

.left {
	width: 70px;
	height: 100%;
	background: url(/image/plat/t1mqkh8.png) no-repeat left;
	z-index: 15;
	position: absolute;
	left: 0px;
}

.right {
	width: 70px;
	height: 100%;
	background: url(/image/plat/t1mqkh8.png) no-repeat right;
	z-index: 15;
	position: absolute;
	right: 0px;
}

.image {
	margin: 25px 0;
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}