@media (min-width: 768px) {
    #connectivity-modes .bo-temp.icons-column-fit .icons.multi-panels[data-items] ul {
        grid-template-columns: repeat(3, [col-start] 1fr);
    }
			#connectivity-modes li:nth-child(4) {
					grid-column: 1 / span 3; 
					grid-row: 2;
			}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}