.responsive {
  width: 100%;
  height: 100%;
  align: center;
}
img {
  display: block;
  width: auto;
  height: auto;
}
.container-a {
    max-width: 100%;
    margin: 0;
}
.scrollbox-a {
    background-color: none;
    border: 0px solid #0f9d58;
    border-radius: 10px;
    padding: 0px;
    margin-top: 0px;
    width: 100%;
    height: 250px;
	text-align: center;
    overflow-y: auto;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
#frm{
	width: 100%;
	height: 64.5vh;
	border: 0px;
}

.button-v2 {
  display: inline-block;
  padding: 2px 5px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: blue;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0px #999;
  margin-bottom: 2px;
}

.button-v2:hover {
background-color: red;
}
.frame-container {
      width: 100%;
      height: calc(100vh - 155px);
      overflow: hidden;
    }

    .frame-container iframe {
      display: block;
      width: 100%;
      height: 100%;
      border: 0;
    }