/* IP Tools: IPv4 is in use -- make ipv6 class invisible */
.ipt_ipv6only { display: none !important; }
.ipt_ipv4only { 
	background-image: url("../images/IPv6_CATEGORY_imag1.png");
	height: 22em;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container 
	
	} 
