@media only screen and (max-width: 767px) {
/* ... */
.image-app{
    position: absolute;
    top: 9%;
    width: 69px;
    margin-left: 0px;

    opacity: .7;
    right: 53%;
  }
  .image-app2{
    position: absolute;
    top: 9%;
    width: 69px;
    margin-left: 0px;
 
    opacity: .7;
    right: 31%;
  }
  .fxt-template-layout27 .fxt-logo img {
    width: 77%;
}
.content {
  min-height: 250px;
  padding: 4px 0rem 0px 0rem;
  margin-right: auto;
  margin-left: auto;     background-color: #eceef9;}
  }