#basicwrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0;
	background-color: transparent;
	min-width: 220px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
#basicwrapper svg {
	max-height: 100%;
	width: 100%;
	margin: 0;
}
#basictip {
	font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
	display: none;
	padding: 5px;
	max-width: 40%;
	border: 1px solid #404040;
	color: #404040;
	z-index: 1000;
	float: left;
	position: absolute;
	background: rgba(265, 265, 265, 0.9);
	word-break: keep-all;
		box-shadow:1px 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:1px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:1px 2px 4px rgba(0, 0, 0, 0.5);
}
#basictip p {
	margin: 0!important;
	color: #404040!important;
}
#basictip img {
	float: left;
	padding: 3px;
    max-width: 100%;
}
@media screen and (max-width: 575px){
	#basicwrapper svg {
		height:550px;
	}
	#basictip {
		max-width: 40%;
	}
	#basictip img {
		max-width: 95%;
	}
}
@media screen and (max-width: 767px) and (min-width: 576px) {
	#basicwrapper svg {
		height:660px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    #basicwrapper svg {
        height:720px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    #basicwrapper svg {
        height:750px;
    }
}
@media screen and (min-width: 1200px) {
    #basicwrapper svg {
        height:770px;
    }
}