.breadcrumbsUI .BreadCrumbsControl li {
  top: 2px;
}
.RightSide p {
  padding-bottom: 30px;
}
@media only screen and (max-width: 570px) {
  .LeftSide, .RightSide {
    min-height: 180px;
  }
  .RightSide p, .LeftSide p {
    display: none;
  }
  .LeftSide img {
    left: -85px;
    top: -50px;
    max-width: 70%;
  }
  .RightSide img {
    
    left: -10px;
    max-width: 40%;
    top: -25px;
  }
  .LeftSide h3, .RightSide h3 {
    text-align: left;
    padding-left: 225px;
    padding-right: 15%;
    line-height: 130%;
    top: 45px;
  }  
  .responsive .LeftSide a:after, .responsive .RightSide a:after {
    top:-10px;
  }
  .LocalOptionsOptions > div:first-child {
  	display: none;
  }
}
