/*MACBOOK ALE*/
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1450px)  {
    
.prod-swiper-nav {
  left: 51.5%;
}
.myDomoticSwiper {
  width: 42vw;
}
.swiper-nav.home-swiper-nav {
  right: 4.6rem;
}


.custom-pagination {
    left: 6.7rem;
}

.splash-hero{
    padding-left: 3.7rem;
    min-height: inherit;
    padding-bottom: 11rem;
    }

}





/*BIG SCREEN*/
@media screen 
  and (min-device-width: 1600px) 
  and (max-device-width: 5000px)  {


.news-img {
  height: 60vh;
  margin-bottom: 2rem;
}

.template-image {
  height: 40vh;
}

.impianti-video-container {
    height: 38vh;
}

.minimal-img {
  height: 52vh;
}

.creat-img {
  height: 35vh;
}

.mini-right-img {
  height: 60vh;
}

.forme-img {
  height: 28vh;
}
.taglio-container .col-md-8{
  width: 83.33333333%;
}
.taglio-img {
  width: 25rem;
}
.myDomoticSwiper {
    width: 31vw;
}
.col-desk-8{
  width: 82%;
}

.partner-img {
  height: 10rem;
}

.content-img {
  height: 50vh;
}
.prod-img {
  min-height: 65vh;
}
.product-b.swiper-slide {
  height: 50vh;
}
.swiper-nav.home-swiper-nav {
  right: 19.8rem;
  top: 24rem;
}





.height-max {
  min-height: 55vh;
}


.custom-pagination {
    bottom: 18rem;
    left: 22.2rem;
}



.splash-hero {
    padding-left: 18.7rem;
}









}


