
.mbr-section-content{
    justify-content: center;
    margin-top: 30px;
}
.item-wrapper{
        margin-top: 20px;
}
/* Byblos Beach Club / Lyra Musical Club / Onyx / Cafe Porto by Rocks / Casino karti
   mobilde 1 sutun, tablette (md) 2 sutun, masaustunde (lg ve uzeri) hepsi yan yana */
.cid-utmT4qHtXa .row {
    justify-content: center;
}
@media (min-width: 992px) {
.deneme{
    flex: 1;
}
}

/* Cafe Rocks / L'Hirondelle / Sirali Et / Catch Sea Food / Rocks Patisserie karti
   mobilde 1 sutun, tablette (md) 2 sutun, masaustunde (lg ve uzeri) hepsi yan yana */
.cid-utaNX1JrVK .row {
    justify-content: center;
}
@media (min-width: 992px) {
  .cid-utaNX1JrVK .row {
    flex-wrap: nowrap;
  }
  .cid-utaNX1JrVK .item {
    flex: 1 1 0% !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

/* Ana sayfa videosu: genislik CSS ile %100'e kucultuluyordu ama yukseklik HTML'deki
   sabit 720px'de kaliyordu, bu da 1280px'den dar ekranlarda goruntuyu dikeyde geriyordu */
.cid-usTJLPhr9m .video-wrapper iframe {
    height: auto;
    aspect-ratio: 16 / 9;
}
