.stocking-history {
    width: 100%;
    height: calc(100vh - 190px);
}
.stocking-history iframe {
    height: 100%;
    width: 100%;
}
@media(max-width:767px) {
	.stocking-history {
		min-height: 580px;
		height: 580px;
	}
}