.banners-builder-single-content-informations-button {
    display: none;
}
/* Map Location */ 
.store-location-embed{
  border-radius: 16px;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
}

.store-location-embed-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .store-location-embed-wrapper {
    flex-direction: column;
  }
  .store-location-embed {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}