.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 */
  position: relative;
     margin: 30px 30px 30px 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.adm-detail-content-item-block table.bsTable tbody td.mark2{
 background: #0154a0;
}