.mtc-wrapper {
	background: #fff;
	border: 1px solid #d9e2ec;
	border-radius: 4px;
	box-sizing: border-box;
	height: 88px;
	line-height: 1;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.mtc-wrapper .tradingview-widget-container {
	box-sizing: border-box;
	height: 88px;
	max-width: 100%;
	min-height: 88px;
	overflow: hidden;
	width: 100%;
}

.mtc-wrapper .tradingview-widget-container__widget {
	height: 88px;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.mtc-wrapper .tradingview-widget-copyright {
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

@media (max-width: 640px) {
	.mtc-wrapper {
		border-left-width: 0;
		border-radius: 0;
		border-right-width: 0;
		height: 86px;
	}

	.mtc-wrapper .tradingview-widget-container,
	.mtc-wrapper .tradingview-widget-container__widget {
		height: 86px;
		min-height: 86px;
	}
}
