.Plug-Network .image{
	height: 35vh;
    background: url(/sites/zyxel/files/cz/library/assets/products/mg_105_108/plug-n-play-device_cz.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
	width: 100vw;
}

@media (min-width:1020px){
   .Plug-Network .image{
      height: 55vh;
   }
}

@media (min-width:1300px){
   .Plug-Network .image{
      height: 100vh;
   }
}