
/*This bit chages the position of the "ENTER" button by changing the setting for its parent container.*/
#content_page_wrapper ._4ORMAT_content_pages_title  {
  align-items:flex-start !important;
  justify-content: flex-end !important;
}

#content_page_wrapper ._4ORMAT_content_pages_title #title_1 {
  text-align: right !important;
  margin-top: 2.5vw !important;
}

@media (max-width:960px) { 
  #content_page_wrapper ._4ORMAT_content_pages_title #title_1 {
  font-size: 5em !important;
  margin-top: 75% !important;
}
}


