img{
	height: auto;
}

.title-back{
	width: 100%;
	min-width: 1920px;
	display: block;
	/* margin-left: calc((100% - 1920px)/2); */
}
.title-img{
  position: absolute;
  top: 41%;
  right: 66.9%;
}

@media print, (min-width:921px) {
	.sm {
		display: none !important;
	}
}
@media only screen and (max-width: 920.98px) {
	.md {
	  display: none !important;
	}
	.title-back{
		width: 209%;
		min-width: unset;
		margin: 0;
	}
	.title-img{
		/* width: 14.7%; */
		width: 26%;
		top: 39%;
		left: 10%;
		max-width: 161px;
		/* *0.675 */
		min-width: 108.7px;
	}

}

