#ir .main-images {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
  z-index: -1; }
  #ir .main-images > div {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  #ir .main-images .backgrounds {
    margin: 0 0 1em;
    height: 12em;
    background-size: 100%;
    background-image: url(../images/ir/img.jpg);
    background-repeat: no-repeat;
    background-position: 0 -170px;
    z-index: 1; }
    @media (max-width: 768px) {
      #ir .main-images .backgrounds {
        background-size: auto; 
      }
    }
  #ir .main-images .inner {
    padding: 2em;
    position: relative;
    height: 100%; }
  #ir .main-images .title-2 {
    font-size: 3.6rem;
    color: #0066cc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1em;
    /* right: 1em; */
    margin: auto;
    display: inline-block;
    width: 4.4em;
    height: 1.5em; }
    #ir .main-images .title-2:after {
      content: none; }
  #ir .main-images + p {
    margin-top: 2em; }
#ir table {
  margin-top: 3em; }
  #ir table caption {
    margin-bottom: 0.5em; }
    #ir table caption small {
      font-size: 60%; }
  #ir table td {
    text-align: center;
    width: 50%; }
