/* Add custom CSS styles below */ 

/* header  */

@media(min-width:768px){
  .navbar-brand img {
    max-height: 6rem !important;
}
}

/*  hero */

.photos-slider .s-slider-nav-arrow{
  display: none !important;
}

/*  */

.s-slider-block__title{
  display: flex;
  flex-direction: row;
}
.s-slider-block__title-left{
  gap:10px
}
.s-slider-nav-arrow {
  position: relative !important
}