.innerBanner.magento-code-audit {
    /* width: 100%; */
    /* height: 263px; */
    background: url(../images/magentocodeaudit_webappmate.jpg)  no-repeat;
    background-size:cover;
}

.frame {
  height: 400px; 
  width: 100%; 
  display: inline-block;
  vertical-align: top; 
  border: 0px solid black; 
  position: relative;
}

.imgtag {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mgtop {margin-top: 38px;}

.hire_sub_text1 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600!important;
    color: #3c3c3c;
    line-height: 22px;
    font-style: italic;
    margin-top: 10px;
    padding: 20px 0;
    text-align: center;
}

@media (max-width: 1200px) {
    .mgtop {
    margin-top: 0px;
}
    .hire_sub_text1{padding: 3px 0;}
}

@media (max-width: 992px) {
    .mgtop {
    margin-top: 38px;
}
    .hire_sub_text1{padding: 70px 0;}
    .hire_sub_text {padding: 70px 0;line-height: 28px;}
}

@media (max-width: 768px) {
   
    .hire_sub_text1{padding: 20px 0;}
    .hire_sub_text {padding: 20px 0;line-height: 22px;}
}