html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.Lopwon_Marker {
	width: 100%;
	height: 100%;
}

.Lopwon_Marker .copyright {
	position: absolute;
	bottom: 5px;
	left: 85px;
	font-size: 12px;
	z-index: 1;
}

.Lopwon_Marker .copyright a {
	color: chocolate;
	text-decoration: none;
}

.Lopwon_Marker .copyright a:hover {
	color: black;
}

.Lopwon_Marker .content {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.Lopwon_Marker-info {
	display: flex;
    width: 375px;
    height: 100%;
    max-height: 150px;
	min-height: 150px;
}

.Lopwon_Marker-info p {
	margin: 0;
	margin-bottom: 10px;
}

.Lopwon_Marker-info-img {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	max-width: 100px;
	max-height: 150px;
	border-radius: 10px;
	overflow: hidden;
}

.Lopwon_Marker-info-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.Lopwon_Marker-info img:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-moz-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

.Lopwon_Marker-info-content {
	width: 100%;
	margin: 0;
	margin-top: 15px;
	padding: 0 15px;
	font-size: 14px;
	color: #333;
	text-align: justify;
	line-height: 1.2;
	word-wrap: break-word;
	overflow-x: hidden;
	overflow-y: auto;
}

.Lopwon_Marker-info-title {
	font-size: 16px;
	color: #39b54a;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.Lopwon_Marker-info-title:hover {
	color: #333;
}

.Lopwon_Marker-info-content a {
	color: chocolate;
	text-decoration: none;
}

.Lopwon_Marker-info-content a:hover {
	color: #333;
}

.Lopwon_Marker-info-content img {
	position: relative;
	margin-bottom: -2px;
	margin-left: 5px;
	width: auto;
	height: 15px !important;
}

.Lopwon_Marker-info-content img:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

@media screen and (max-width:400px) {

	.Lopwon_Marker-info {
		width: 300px;
		max-height: 120px;
		min-height: 120px;
	}

	.Lopwon_Marker-info-img {
		max-width: 80px;
		max-height: 120px;
	}

	.Lopwon_Marker-info-content {
		margin: 0;
		margin-top: 10px;
		padding: 0 10px;
		font-size: 12px;
		line-height: 1.4;
	}

	.Lopwon_Marker-info-title {
		font-size: 14px;
	}

}