Content 23

Home » Components » Content » Content 23

Content 23


/* ===== Content 23 ===== */

#content-23 .card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
}

#content-23 .laptop {
	position: relative;
	z-index: 5;
	width: 70%;
	max-width: none;
}

#content-23 .website {
	position: relative;
	left: auto;
	top: 0;
	right: auto;
	bottom: auto;
	z-index: 0;
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0
}

#content-23 .inner-card-body {
	position: static;
	left: auto;
	top: 6%;
	right: auto;
	bottom: auto;
	z-index: 10;
	display: block;
	overflow: scroll;
	width: 53%;
	height: 81%;
	margin-left: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

#content-23 .card-body {
	position: absolute;
	left: 0;
	top: 6%;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
}