.featuredBook img {
	width: auto !important;
	height: 350px !important;
}

@media only screen and (max-width: 971px) {
.manuscriptForm input[type=text], .manuscriptForm select {
    clear: both;
    width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
  .manuscriptForm{ 
    width: 100% !important;
  }
  .manuscriptForm input[type="submit"] {
    width: 100% !important;
    font-size: 5vw;
}
  .site-container {
   padding: 0px !important; 
  }
  #primary {
   padding: 0 22px !important; 
  }
  #secondary>div:nth-child(3){
    margin:auto;
  }
}