@media only screen and (max-width: 767px) {
  .desktop img {
    display: none !important;
  }
}
@media only screen and (max-width: 780px) {
.mobile {
    display: none  !important;
} 
}
body {background-color: #e9fbfb;}