@media only screen and (max-width: 768px) { /* Adjust the breakpoint as needed */
  .mod-menu {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mod-menu::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 650px) {
	header {position: relative;background-image: url(/templates/itisian/images/diamondplate.jpg);}
	#header {flex:none;display:block;}
  .logo {width: 100%; text-align: center; margin-bottom: 1em;}
	#mod-custom110 {text-align:center;}
	.pgwidth h2 {font-size:180%;}
}