/* Only apply the background image to the main site homepage */
.indexSite .main-header {
  background: url('https://fountain.jinmi.dev/public/site/header-bg.jpg') no-repeat center center !important;
  background-size: cover !important;
  min-height: 400px !important;
}

.journal-info a:after{
    content:none !important;
    border:none !important;
    }

