#main-photo {
    background-image: url("/images/photos/young-female-doctor-posing-corridor-hospital-1.png");
    background-size: cover;
    background-position: center;
    position: relative;
    height: 608px;
    display: flex;
}

#main-photo .main-photo-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 610px;
    background: linear-gradient(to right, rgba(0,0,0,.5), transparent);
}

#main-photo .box-content {
    margin: 0 auto 0 2.5%;
    max-width: 620px;
    position: relative;
    z-index: 100;
    color: rgba(255,255,255,.95);;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#main-photo h1 {
    margin: 0;
}

#main-photo a, #main-photo a:visited {
    text-decoration: none;
    color: rgba(255,255,255,.95);;
}

#main-photo a {
    position: absolute;
    font-size: 16px;
    margin-top: 80px;
    left: 2.5%;
    bottom: 30px;
    z-index: 100;
}

#main-photo a i {
    margin-right: 5px;
}

