#csr .main-images {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
  z-index: -1; }
  #csr .main-images > div {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  #csr .main-images .backgrounds {
    height: 34.6em;
    background-size: 100%;
    background-image: url(../images/csr/img.jpg);
    background-repeat: no-repeat;
    background-position: 0 -100px;
    z-index: 1; }
  #csr .main-images .inner {
    padding: 4em 3em; }
  #csr .main-images .title {
    font-size: 3.6rem;
    color: #0066cc;
    position: relative;
    margin: 0 1em 1em;
    padding: 2em 0 1em; }
    #csr .main-images .title:after {
      content: none; }
  #csr .main-images2 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
  z-index: -1; }
  #csr .main-images2 > div {
    width: 160%;
    margin: 0 auto;
    position: relative; }
  #csr .main-images2 .backgrounds {
    height: 40.0em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -100px;
    z-index: 1; }
@media screen and (max-width: 768px) {
  .main-images .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
  