.body {
  background-color: #fff;
}

.page_wrapper {
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.backtotop, .top {
  height: 0;
}

.top_button {
  z-index: 1000;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .7);
  background-image: url('../images/up_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50px;
  transition: background-color .2s;
  display: block;
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.navbar {
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  top: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.navbar {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo {
  padding: 8px 16px;
  display: flex;
}

.logo.black {
  padding-left: 0;
}

.logo.black.footer {
  padding-right: 0;
}

.logo.burger_menu.w--current {
  display: none;
}

.nav_menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar_main {
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.navlink {
  height: auto;
  color: #fff;
  align-items: center;
  margin-left: 28px;
  margin-right: 28px;
  padding-left: 0;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.navlink:hover {
  border-bottom: 1px solid #fff;
  font-weight: 400;
}

.navlink.w--current {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navlink.ita {
  margin-right: 12px;
  padding-right: 0;
}

.navlink.ita.w--current {
  color: #fff;
}

.navlink.ita.black {
  color: #353640;
  padding-left: 0;
  text-decoration: none;
}

.navlink.ita.tablet {
  display: none;
}

.navlink.eng {
  color: #fff;
  margin-right: 0;
  padding-left: 0;
  text-decoration: none;
}

.navlink.eng.w--current {
  color: #fff;
}

.navlink.eng.black {
  color: #353640;
  padding-right: 0;
  text-decoration: none;
}

.navlink.eng.black.footer {
  margin-left: 0;
}

.navlink.eng.tablet {
  display: none;
}

.navlink.first.w--current {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main_button {
  height: 48px;
  color: #353640;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.main_button.black {
  color: #fff;
  background-color: #353640;
  padding-left: 90px;
  padding-right: 90px;
  display: inline-block;
}

.main_button.tablet {
  display: none;
}

.divider_ita_eng {
  width: 1px;
  height: 16px;
  background-color: #fff;
}

.divider_ita_eng.black {
  background-color: #353640;
}

.divider_ita_eng.tablet {
  display: none;
}

.hero_slider {
  z-index: 1;
  height: 100vh;
  margin-top: 0;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 39%), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/room1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slide._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/industrial_cover.jpg');
  background-position: 0 0, 0 0, 50% 0;
}

.slide._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 39%), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/room3_cut.jpg');
  background-position: 0 0, 0 0, 50%;
}

.slide._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 39%), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Letti.jpg');
}

.slide._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 39%), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/vintage_cover.jpg');
}

.hero_arrow {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow_button {
  width: 56px;
  height: 56px;
  background-image: url('../images/arrow_left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: 40px;
  margin-right: 40px;
}

.arrow_button.right {
  background-image: url('../images/arrow_right.svg');
  background-position: 50%;
  background-size: auto;
}

.image {
  z-index: 1;
  height: 654px;
  max-width: 100%;
  background-color: #fff;
  background-image: url('../images/commonarea.jpeg');
  background-position: 23%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  position: relative;
  box-shadow: 35px 35px 63px rgba(0, 0, 0, .1);
}

.image.centrostorico {
  background-image: url('../images/centro.png');
  background-position: 50%;
  background-size: cover;
}

.hero_content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  font-family: Roboto Slab, sans-serif;
  font-size: 70px;
  font-weight: 100;
  line-height: 75px;
}

.sub_heading {
  color: #ffdf87;
  text-align: center;
  font-family: Roboto Slab, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 45px;
}

.hero_slider_nav {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.section {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 48px 125px;
  position: relative;
}

.section.ratings {
  padding-top: 0;
}

.section.green_bg {
  background-color: #f3f6f6;
  padding-top: 150px;
}

.section.green_bg.padding90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.nomarginbottom {
  padding-bottom: 0;
}

.section.last {
  width: 100%;
  background-image: linear-gradient(rgba(51, 51, 51, .7), rgba(51, 51, 51, .7)), url('../images/commonarea.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.footer {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.cover {
  z-index: 1;
  height: 80vh;
  background-color: #a3a3a3;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.cover.vintage {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .35)), url('../images/vintage_cover.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.cover.popart {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/popart_cover.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.cover.urban {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .35)), url('../images/urban_cover.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.cover.industrial {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .35)), url('../images/industrial_cover.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.cover.hipster {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hipster_cover.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.cover.kitchen {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .35)), url('../images/Cucina.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.different_padding {
  padding-top: 25px;
  padding-bottom: 150px;
}

.intro {
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.intro.left_align {
  align-items: flex-start;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.intro.left_align.maxw_442 {
  max-width: 442px;
  margin-bottom: 70px;
}

.intro.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.intro.last {
  max-width: 730px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.intro.maxw_900 {
  max-width: 900px;
  margin-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.intro.maxw_900.en {
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.tag_section {
  color: #353640;
  text-align: center;
  padding: 8px 16px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.content_wrapper {
  z-index: 1;
  text-align: center;
  position: relative;
}

.content_wrapper.yellow_bg {
  background-color: rgba(253, 189, 16, .2);
  padding: 100px 7%;
}

.content_wrapper.flex {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.content_wrapper.flex.space_between {
  justify-content: space-between;
}

.tag {
  background-color: rgba(253, 189, 16, .3);
  border-radius: 4px;
  display: inline-block;
}

.h2 {
  color: #353640;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Roboto Slab, sans-serif;
  font-size: 54px;
  font-weight: 200;
  line-height: 63px;
}

.h2.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.h2.left_align {
  text-align: left;
}

.description {
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.rooms {
  flex-wrap: wrap;
  display: flex;
}

.list_item {
  width: 33.33%;
  padding: 15px;
}

.room_card {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 16px;
  padding-right: 0;
  text-decoration: none;
}

.room_card_thumbnail {
  width: 100%;
  height: 360px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.zoomed_image {
  background-image: url('../images/hipster_cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.zoomed_image.urban {
  background-image: url('../images/urban_cover.jpg');
}

.zoomed_image.vintage {
  background-image: url('../images/vintage_cover.jpg');
}

.zoomed_image.popart {
  background-image: url('../images/popart_cover.jpg');
}

.zoomed_image.industrial {
  background-image: url('../images/industrial_cover.jpg');
}

.zoomed_image.kitchen {
  background-image: url('../images/Cucina.JPG');
}

.room_icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.room_icon.hipster {
  background-image: url('../images/Room-logos-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.room_icon.urban {
  background-image: url('../images/Room-logos-2.png');
  background-position: 0 0;
  background-size: cover;
}

.room_icon.vintage {
  background-image: url('../images/Room-logos-3.png');
  background-position: 0 0;
  background-size: cover;
}

.room_icon.popart {
  background-image: url('../images/Room-logos-4.png');
  background-position: 0 0;
  background-size: cover;
}

.room_icon.industrial {
  background-image: url('../images/Room-logos-5.png');
  background-position: 0 0;
  background-size: cover;
}

.room_icon.kitchen {
  background-image: url('../images/Room-logos-6.png');
  background-position: 0 0;
  background-size: cover;
}

.overlay {
  z-index: 100;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.room_title {
  color: #353640;
  text-align: left;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.room_text {
  color: #353640;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.side_content {
  justify-content: space-between;
  margin-bottom: 151px;
  display: flex;
}

.img_side_content {
  width: 40%;
  height: 100%;
  position: relative;
}

.square {
  width: 274px;
  height: 274px;
  background-color: #fdbd10;
  position: absolute;
  top: -28px;
  bottom: auto;
  left: auto;
  right: -28px;
}

.square._2 {
  top: auto;
  bottom: -28px;
  left: -28px;
  right: auto;
}

.dots {
  position: absolute;
  top: auto;
  bottom: -50px;
  left: -85px;
  right: auto;
}

.dots._2 {
  top: -50px;
  bottom: auto;
  left: auto;
  right: -85px;
}

.text_side_content {
  width: 50%;
}

.p {
  color: #353640;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.p.side {
  height: 160px;
  overflow: hidden;
}

.p.side._2 {
  height: 160px;
}

.accordion_item {
  overflow: hidden;
}

.accordion_item_trigger {
  cursor: pointer;
  background-color: #fdbd10;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 6px;
  line-height: 17px;
  display: inline-block;
}

.bold_dots {
  color: #fff;
  line-height: 17px;
}

.leggidipiu {
  cursor: pointer;
  margin-top: 72px;
}

.text_button {
  color: #353640;
  border-bottom: 1.5px solid #fdbd10;
  padding-bottom: 11px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.leggidimeno {
  cursor: pointer;
  margin-top: 72px;
  display: none;
}

.leggidimeno._2 {
  display: none;
}

.photo {
  z-index: 1;
  position: relative;
  box-shadow: -26px 42px 63px rgba(0, 0, 0, .1);
}

.services_flex_wrapper {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service_item {
  width: 269px;
  align-items: center;
  margin-bottom: 48px;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.icon_container {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #000;
  border-radius: 20px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_container.home {
  border-style: none;
}

.service_name {
  color: #353640;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.rate {
  width: 50%;
}

.value {
  color: #353640;
  margin-bottom: 16px;
  font-family: Roboto Slab, sans-serif;
  font-size: 32px;
}

.value_label {
  color: #353640;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

._2_col_block {
  z-index: 9;
  height: 616px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: static;
}

.left_side_block {
  z-index: 1;
  width: 46%;
  height: 100%;
  background-image: url('../images/mappa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -140px;
  position: relative;
  top: -75px;
  bottom: 0;
  left: 0;
  right: 0;
}

.right_side_text {
  width: 66.6%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 60px 78px 200px;
  display: flex;
  position: relative;
}

.contact_link_container {
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.contact_link_container.last {
  margin-bottom: 0;
}

.content_icon_wrapper {
  width: 40px;
  height: 40px;
  text-align: left;
  margin-right: 16px;
}

.content_icon_wrapper.social {
  width: auto;
  height: 28px;
  margin-right: 24px;
}

.content_icon_wrapper.social.footer {
  margin-left: 24px;
  margin-right: 0;
}

.contact_link {
  color: #353640;
  border-bottom: 1px solid #353640;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.contact_link.no_underline {
  text-align: left;
  border-bottom-style: none;
  margin-left: 16px;
}

.divder_40px {
  height: 40px;
}

.small_heading {
  color: #353640;
  margin-bottom: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.social_section {
  margin-top: 32px;
}

.social_section.footer {
  margin-top: 84px;
}

.testimonials {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial1 {
  z-index: 2;
  max-width: 700px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 48px auto;
  display: flex;
  position: relative;
}

.testimonial1_bg {
  z-index: 1;
  width: 560px;
  height: 100%;
  background-color: rgba(253, 189, 16, .1);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial_avatar {
  width: 80px;
  height: 80px;
  border-radius: 50px;
}

.testimonial_text {
  color: #353640;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 56px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.testimonial_nav {
  display: none;
}

.divider {
  width: 100px;
  height: 2px;
  background-color: #fdbd10;
  margin-top: 8px;
  margin-bottom: 56px;
}

.testimonial_author {
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.testimonial_name {
  color: #353640;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.testimonial_source {
  color: #353640;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.testimonial_arrow {
  width: 72px;
  height: 72px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.testimonial_arrow.right {
  left: auto;
  right: 0;
}

.footer_child {
  width: 33.3%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_child.third {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
}

.h4 {
  color: #353640;
  text-align: left;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.h4.right_align {
  text-align: right;
}

.h4.contatti {
  margin-bottom: 20px;
}

.footer_title_container {
  margin-bottom: 30px;
}

.footer_info_wrapper.third {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.ita_eng_wrapper {
  color: #353640;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.copyright {
  max-width: 220px;
  color: #353640;
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.copyright.tablet {
  display: none;
}

.description_room_wrapper {
  margin-bottom: 70px;
  padding-left: 90px;
  padding-right: 90px;
}

.description_room_text {
  color: #353640;
  text-align: left;
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 55px;
  font-family: Roboto Slab, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 44px;
}

.slider_wrapper {
  margin-bottom: 160px;
  position: relative;
}

.slider {
  width: 100vw;
  height: 600px;
  background-color: #fff;
  padding-left: 120px;
  overflow: visible;
}

.mask {
  width: 820px;
  object-fit: fill;
  overflow: visible;
}

.slide_image_container {
  width: 800px;
  height: 100%;
  object-fit: cover;
  background-color: #2e2828;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slide_image_container.vertical {
  width: 450px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
}

.slide_room {
  z-index: 1;
  width: auto;
  margin-right: 50px;
  box-shadow: 1px 10px 17px rgba(0, 0, 0, .2);
}

.left-arrow {
  display: flex;
  position: absolute;
  top: auto;
  bottom: -48px;
  left: auto;
  right: auto;
}

.right-arrow {
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -48px;
  left: 190px;
  right: auto;
}

.room_slider_nav {
  display: none;
}

.buttons_arrow_container {
  position: absolute;
}

.slider_bg {
  z-index: 0;
  height: 300px;
  background-color: #f3f6f6;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}

.desk_icon {
  margin-top: 8px;
}

.rooms_suggestions {
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.suggestion_pic {
  width: 49%;
  height: 346px;
  background-color: #d6d6d6;
  margin-bottom: 20px;
}

.suggestion_pic.popart {
  width: auto;
  background-image: url('../images/popart_cover_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.suggestion_pic.industrial {
  width: auto;
  background-image: url('../images/industrial_cover_1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.suggestion_pic.hipster {
  width: auto;
  background-image: url('../images/hipster_cover_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.suggestion_pic.vintage {
  width: auto;
  background-image: url('../images/vintage_cover_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.suggestion_pic.urban {
  width: auto;
  background-image: url('../images/urban_cover_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.suggestion_item {
  width: 48%;
  text-decoration: none;
}

.room_title_span {
  font-weight: 400;
}

.bagno_3_popart, .room_urban, .img_h100_nomaxw {
  height: 100%;
  max-width: none;
}

.navbar_container {
  z-index: 100;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.flag {
  width: 32px;
  height: 32px;
  background-image: url('../images/england_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 8px;
  margin-right: 0;
}

.flag.ita {
  background-image: url('../images/italy_icon.png');
}

.vertical_image {
  max-height: 100%;
  max-width: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .page_wrapper {
    margin-top: 0;
  }

  .top_button {
    width: 56px;
    height: 56px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
    transform: translate(0);
  }

  .navbar.room_page {
    padding-left: 16px;
    padding-right: 16px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .container.navbar {
    height: 100px;
    padding-left: 0;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .logo.black.w--current {
    width: 120px;
    padding-right: 0;
  }

  .logo.black.footer {
    max-width: 130px;
  }

  .logo.burger_menu.w--current {
    padding-top: 24px;
    padding-left: 16px;
    display: block;
    position: relative;
  }

  .logo.room_page {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu {
    opacity: 1;
    background-color: #353640;
    border-radius: 0;
    justify-content: center;
    margin-top: 0;
    padding-top: 48px;
    padding-bottom: 48px;
    display: block;
    position: absolute;
    bottom: auto;
  }

  .nav_menu.room_page {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: static;
  }

  .navbar_main {
    flex: 1;
    align-items: center;
    display: flex;
  }

  .navbar_main.room_page {
    align-items: center;
  }

  .navlink {
    color: #fff;
    text-align: center;
    padding: 33px 0;
    font-weight: 400;
    display: block;
  }

  .navlink:hover, .navlink:active {
    color: #fff;
  }

  .navlink:visited {
    color: #fff;
    font-weight: 700;
  }

  .navlink.w--current {
    border-bottom-style: none;
    font-weight: 400;
  }

  .navlink.ita {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .navlink.ita.black.footer {
    margin-right: 12px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navlink.ita.tablet {
    margin-left: 0;
    margin-right: 12px;
    display: flex;
  }

  .navlink.ita.room_page {
    display: block;
  }

  .navlink.eng {
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
    display: none;
  }

  .navlink.eng.black.footer {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .navlink.eng.tablet {
    margin-left: 12px;
    margin-right: 28px;
    display: flex;
  }

  .navlink.eng.tablet.room_page {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navlink.eng.room_page {
    display: block;
  }

  .navlink.first {
    margin-top: 0;
    font-weight: 400;
  }

  .navlink.first.w--current {
    color: #fff;
    font-weight: 700;
  }

  .main_button {
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .main_button.black {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main_button.tablet {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .main_button.tablet.room_page {
    margin-right: 24px;
  }

  .main_button.displayvisible {
    display: flex;
  }

  .main_button.room_page {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .divider_ita_eng {
    display: none;
  }

  .divider_ita_eng.black.footer, .divider_ita_eng.tablet, .divider_ita_eng.room_page {
    display: block;
  }

  .hero_slider {
    margin-top: 0;
  }

  .arrow_button {
    margin-left: 24px;
    margin-right: 24px;
  }

  .image {
    height: 400px;
    background-position: 50%;
    background-size: cover;
  }

  .image.centrostorico {
    background-image: url('../images/centro.png');
    background-position: 50% 60%;
  }

  .hero_content {
    padding-left: 124px;
    padding-right: 124px;
  }

  .section {
    padding: 80px 8px;
  }

  .section.green_bg {
    padding: 100px 0 80px;
    position: static;
  }

  .section.green_bg.padding90 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.nomarginbottom.home {
    padding-top: 80px;
  }

  .section.nomarginbottom.room_page {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.footer {
    padding: 60px 32px 24px;
  }

  .section.cover {
    height: 55vh;
    margin-top: 0;
  }

  .section.cover.hipster {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hipster_cover_1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.different_padding {
    padding-bottom: 80px;
  }

  .section.nomargintablet {
    padding-bottom: 0;
  }

  .intro {
    margin-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro.left_align {
    text-align: center;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .intro.left_align.maxw_442 {
    margin-bottom: 16px;
  }

  .intro.left_align.contatti {
    max-width: none;
    display: flex;
  }

  .content_wrapper.yellow_bg {
    margin-left: 8px;
    margin-right: 8px;
    padding: 65px 0%;
  }

  .content_wrapper.flex.space_between {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .h2 {
    margin-top: 16px;
    font-size: 40px;
    line-height: 56px;
  }

  .description {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 17px;
    line-height: 26px;
  }

  .list_item {
    padding: 8px;
  }

  .room_card_thumbnail {
    height: 30vw;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .room_icon {
    display: none;
  }

  .room_title {
    margin-bottom: 2px;
    font-size: 22px;
  }

  .room_text {
    letter-spacing: 3px;
    font-size: 13px;
  }

  .side_content {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .img_side_content {
    width: 80%;
    order: 1;
  }

  .img_side_content._1 {
    position: relative;
  }

  .square {
    width: 150px;
    height: 150px;
  }

  .dots {
    position: absolute;
    top: auto;
    bottom: -45px;
    left: -45px;
    right: auto;
  }

  .dots._2 {
    top: -45px;
    bottom: auto;
    left: auto;
    right: -45px;
  }

  .text_side_content {
    width: 80%;
    flex: none;
    order: -1;
    margin-bottom: 64px;
  }

  .text_side_content._1 {
    flex: none;
    order: -1;
  }

  .accordion_item_trigger {
    display: inline-block;
  }

  .leggidipiu {
    margin-top: 48px;
  }

  .services_flex_wrapper {
    max-width: 700px;
    align-content: stretch;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .services_flex_wrapper.room_page {
    max-width: 670px;
    margin-top: 48px;
  }

  .service_item {
    margin-left: 4%;
    margin-right: 4%;
  }

  .service_name {
    margin-left: 24px;
    font-size: 15px;
    line-height: 23px;
  }

  .value {
    font-size: 24px;
  }

  .value_label {
    font-size: 13px;
  }

  ._2_col_block {
    width: 100vw;
    height: 550px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .left_side_block {
    width: 60%;
    height: 100%;
    background-size: cover;
    flex: 0 auto;
    margin-right: -80px;
    position: relative;
    top: -8%;
    left: 0;
    right: 0;
  }

  .right_side_text {
    width: 80%;
    height: auto;
    padding-bottom: 48px;
    padding-left: 15%;
    padding-right: 34px;
  }

  .contact_link_container {
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .contact_link_container.contatti {
    margin-bottom: 20px;
  }

  .content_icon_wrapper {
    flex: 0 auto;
  }

  .contact_link {
    border-bottom-style: solid;
  }

  .contact_link.no_underline {
    text-align: left;
    line-height: 24px;
  }

  .contact_link_wrapper {
    flex: 1;
  }

  .divder_40px {
    height: 24px;
    display: block;
  }

  .small_heading {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .social_section {
    flex: 1;
    margin-top: 0;
  }

  .social_section.footer {
    margin-top: 66px;
  }

  .testimonial1 {
    width: 80%;
    max-width: none;
  }

  .testimonial1_bg {
    width: 400px;
  }

  .testimonial_text {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 24px;
  }

  .divider {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .footer_child {
    width: 80vw;
    margin-bottom: 20px;
  }

  .footer_child.third {
    width: 50%;
    flex: 1;
  }

  .footer_child.second {
    width: 50%;
  }

  .footer_child.first {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    display: flex;
  }

  .h4 {
    margin-top: 0;
    font-size: 18px;
  }

  .footer_title_container {
    margin-bottom: 8px;
  }

  .footer_info_wrapper.third {
    justify-content: space-between;
  }

  .icon_no_bg {
    margin-top: 6px;
  }

  .copyright {
    max-width: none;
    display: none;
  }

  .copyright.tablet {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border: 1px #000;
    border-top: .5px solid #d4d4d4;
    flex: 0 auto;
    margin-top: 55px;
    padding-top: 12px;
    display: block;
  }

  .description_room_wrapper {
    padding-left: 39px;
    padding-right: 39px;
  }

  .description_room_text {
    column-gap: 38px;
    font-size: 24px;
    line-height: 33px;
  }

  .slider {
    height: 450px;
    padding-left: 48px;
  }

  .mask {
    width: 600px;
  }

  .slide_image_container {
    width: 600px;
    overflow: hidden;
  }

  .slide_image_container.vertical {
    width: 285px;
    height: 100%;
  }

  .slide_room {
    margin-right: 30px;
  }

  .right-arrow {
    left: 120px;
  }

  .slider_bg {
    height: 225px;
  }

  .contact_links_wrapper {
    flex: 0 auto;
  }

  .wrapper_contatti {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .burger_icon {
    color: #fff;
  }

  .menu_button_burger.w--open {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0);
  }

  .vertical_image {
    max-height: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: auto;
  }

  .container.navbar {
    height: 70px;
  }

  .logo.black.footer {
    max-width: 120px;
  }

  .nav_menu {
    max-height: 80vh;
    padding-bottom: 16px;
    overflow: scroll;
  }

  .navlink {
    margin-left: 140px;
    margin-right: 140px;
  }

  .navlink.eng {
    border-top: 1px solid #4d4d4d;
    margin-top: 64px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 13px;
    padding-bottom: 0;
    display: flex;
  }

  .navlink.eng:hover {
    border-bottom-style: none;
  }

  .navlink.eng.black.footer {
    border-top-style: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navlink.eng.tablet {
    display: none;
  }

  .navlink.eng.tablet.room_page {
    border-top-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    display: flex;
  }

  .navlink.eng.room_page {
    display: none;
  }

  .hero_slider {
    height: 480px;
  }

  .image {
    height: 300px;
  }

  .image.centrostorico {
    background-image: url('../images/centro.png');
  }

  .hero_content {
    padding: 48px 95px;
    position: relative;
  }

  .h1 {
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 54px;
  }

  .sub_heading {
    font-size: 30px;
    line-height: 38px;
  }

  .section {
    padding: 48px 16px;
  }

  .section.nomarginbottom.room_page {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cover.vintage {
    height: 480px;
  }

  .intro {
    margin-bottom: 40px;
  }

  .content_wrapper.yellow_bg {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services_flex_wrapper {
    max-width: 600px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .service_item {
    width: 243px;
    justify-content: space-between;
    margin-left: 3%;
    margin-right: 3%;
  }

  .service_name {
    flex: 1;
    margin-left: 24px;
  }

  .right_side_text {
    height: auto;
  }

  .contact_link_container, .contact_link_container.contatti {
    margin-bottom: 24px;
  }

  .social_section.footer {
    margin-top: 108px;
  }

  .description_room_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider_wrapper {
    margin-bottom: 130px;
  }

  .slider {
    height: 350px;
  }

  .mask {
    width: 490px;
  }

  .slide_image_container {
    width: 480px;
  }

  .slide_image_container.vertical {
    width: 230px;
  }

  .slide_room {
    margin-right: 20px;
  }

  .suggestion_pic {
    height: 240px;
  }

  .logo_navbar_mobile {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: auto;
  }

  .navbar.room_page {
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.navbar {
    height: 70px;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
  }

  .logo.black {
    padding-right: 0;
  }

  .logo.black.footer {
    max-width: 110px;
  }

  .logo.room_page {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu {
    max-height: 100vh;
    flex-flow: column;
    justify-content: center;
    padding-top: 48px;
  }

  .navbar_main {
    flex: 1;
  }

  .navbar_main.room_page {
    flex: 1;
    justify-content: flex-end;
  }

  .navlink {
    margin: 32px 74px;
    padding: 20px 10px;
  }

  .navlink.ita.black.footer {
    margin-left: 0;
    margin-right: 20px;
  }

  .navlink.ita.tablet.room_page {
    margin-right: 8px;
  }

  .navlink.eng {
    border-top: 1px solid #4d4d4d;
    margin: 64px 28px 0;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-right: 0;
    display: flex;
  }

  .navlink.eng:hover {
    border-bottom-style: none;
  }

  .navlink.eng.black.footer {
    margin-left: 0;
  }

  .navlink.eng.tablet {
    margin-top: 0;
    margin-left: 0;
    margin-right: 12px;
    display: none;
  }

  .navlink.eng.tablet.room_page {
    border-top-style: none;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 16px;
  }

  .main_button {
    display: none;
  }

  .main_button.tablet {
    max-width: none;
    text-align: center;
    flex: 0 auto;
    padding: 8px 15px;
    display: flex;
  }

  .main_button.tablet.room_page {
    width: auto;
    height: auto;
    max-width: none;
    flex-wrap: nowrap;
    margin-right: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    display: flex;
  }

  .divider_ita_eng.tablet {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero_slider {
    height: 100vh;
  }

  .hero_arrow {
    display: none;
  }

  .image {
    height: 250px;
  }

  .hero_content {
    padding: 62px 16px;
  }

  .h1 {
    line-height: 52px;
  }

  .hero_slider_nav {
    margin-bottom: 8px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.green_bg {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.nomarginbottom.home {
    padding-top: 48px;
  }

  .section.footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.cover, .section.cover.vintage {
    height: 90vh;
  }

  .section.cover.industrial {
    background-position: 0 0, 40% 0;
  }

  .section.cover.hipster {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hipster_cover_1.jpg');
    background-position: 0 0, 50%;
  }

  .section.nomargintablet {
    padding-top: 64px;
  }

  .intro {
    max-width: none;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro.left_align {
    margin-bottom: 0;
  }

  .intro.left_align.contatti {
    align-items: center;
    margin-bottom: 40px;
  }

  .tag_section {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .content_wrapper.yellow_bg {
    margin-left: -16px;
    margin-right: -16px;
  }

  .content_wrapper.flex {
    flex-direction: column;
    align-items: center;
  }

  .h2 {
    margin-top: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .h2.left_align {
    text-align: left;
  }

  .description {
    padding-left: 0;
    padding-right: 0;
  }

  .list_item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .room_card_thumbnail {
    height: 90vw;
  }

  .room_title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .side_content {
    margin-bottom: 64px;
  }

  .img_side_content, .img_side_content._1 {
    width: 100%;
  }

  .square {
    width: 100px;
    height: 100px;
    top: -16px;
    right: -16px;
  }

  .square._2, .dots {
    bottom: -16px;
    left: -16px;
  }

  .dots._2 {
    top: -16px;
    right: -16px;
  }

  .text_side_content, .text_side_content._1 {
    width: 100%;
  }

  .text_button {
    font-size: 17px;
  }

  .services_flex_wrapper {
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .service_item {
    width: 52%;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .icon_container.home {
    flex: 0 auto;
    align-items: center;
  }

  .service_name {
    text-align: center;
    margin-top: 8px;
    margin-left: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .rate {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  ._2_col_block {
    height: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left_side_block {
    z-index: 0;
    width: 100vw;
    height: 280px;
    margin-right: 0;
  }

  .right_side_text {
    z-index: 1;
    width: 93%;
    align-items: center;
    padding: 48px 16px;
    position: relative;
    top: -100px;
    left: 0;
    right: 0;
  }

  .contact_link_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact_link_container.contatti {
    margin-bottom: 40px;
  }

  .content_icon_wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .content_icon_wrapper.social {
    margin-left: 16px;
    margin-right: 16px;
  }

  .content_icon_wrapper.social.footer {
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .contact_link {
    text-align: center;
    font-size: 16px;
  }

  .contact_link.no_underline {
    margin-top: 12px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .divder_40px {
    height: 40px;
  }

  .small_heading {
    text-align: center;
    font-size: 18px;
  }

  .social_section {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social_section.footer {
    margin-top: 80px;
    display: flex;
  }

  .testimonial1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial1_bg {
    width: 82%;
  }

  .testimonial_avatar {
    width: 64px;
    height: 64px;
  }

  .testimonial_nav {
    display: block;
  }

  .testimonial_author {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_arrow {
    display: none;
  }

  .footer_child.third {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .footer_child.second {
    width: 100%;
    align-items: center;
    margin-bottom: 48px;
  }

  .logo_black {
    max-width: 100%;
  }

  .h4 {
    text-align: center;
    line-height: 19px;
  }

  .h4.right_align {
    line-height: 20px;
  }

  .h4.contatti {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }

  .footer_title_container {
    margin-bottom: 0;
  }

  .footer_info_wrapper.third {
    align-items: center;
  }

  .ita_eng_wrapper {
    justify-content: center;
  }

  .copyright.tablet {
    margin-top: 40px;
    font-size: 14px;
  }

  .description_room_wrapper {
    margin-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .description_room_text {
    column-count: 1;
    column-rule-style: none;
    font-size: 20px;
    line-height: 30px;
  }

  .slider_wrapper {
    margin-bottom: 120px;
  }

  .slider {
    width: 343px;
    height: 256px;
    padding-left: 16px;
    overflow: visible;
  }

  .mask {
    width: 343px;
  }

  .slide_image_container {
    width: 91.46vw;
    object-fit: cover;
    overflow: hidden;
  }

  .slide_image_container.vertical {
    width: 43.4vw;
  }

  .slide_room {
    margin-right: 16px;
  }

  .left-arrow {
    flex-wrap: nowrap;
    justify-content: flex-start;
    bottom: -48px;
  }

  .right-arrow {
    bottom: -48px;
    left: 80px;
  }

  .slider_bg {
    height: 127px;
  }

  .rooms_suggestions {
    flex-flow: wrap;
    margin-top: 20px;
  }

  .suggestion_pic.popart {
    margin-bottom: 16px;
  }

  .suggestion_item {
    width: 100%;
    margin-bottom: 30px;
  }

  .logo_navbar_mobile {
    max-width: 80%;
  }

  .horizontal_image {
    max-width: 107%;
    object-fit: cover;
    overflow: visible;
  }
}


