.logo img {
  width: 230px;
  height: auto;
}

nav {text-transform: uppercase;}

.title h2 {

  text-transform: none;
font-weight:400;
}


.centerwrap {
  width: calc(100% - 60px) !important;
  }
  
  .infolink {display:none;}
  
  .nextSRight {
	width: 100%;
	align-items: center !important;
	
  }
  
  .mheader_s {
	display: flex;
	justify-content: center !important; 
	padding-left: 20px;
	padding-right: 20px;
  }
  
  .link_bright {
	font-weight: 300 !important;
  }
  
  .modelPic a:hover img, .videoPic a:hover img, .upcomingVideo:hover img, .dvdScenePic:hover img {
	transform: none !important;
	transition: transform 1s ease-in-out;
  }