/* about page */
#breadcrumbs {
    padding: 0 50px;
}

#ai-modern-about .ai-modern-about-photo:before {
    background-image: url(../../images/aff-left-bg.jpg) !important;;
    background-size: cover;    
    background-attachment: fixed;    
}

.ai-modern-about-entry--alt {
    margin-top: 70px;
}

.ai-modern-about-entry--alt .ai-modern-about-photo::after {    
    right: auto !important;
    left: 0 !important;;
    width: 73px;
    background: var(--background-color, #ffffff);
}

.ai-modern-about-entry--alt .ai-modern-about-photo:before {
    left: calc(100% - 120px) !important;
    right: 0 !Important;
}

#ai-modern-about .ai-modern-about-title h2 strong {
    font-size: 73px;
}

#ai-modern-about .ai-modern-about-photo:after {
    display: none;
}

@media(min-width:992px) {
    .ai-modern-about-entry--alt .ai-modern-about-photo {
        float: right !important;
    }    
    .ai-modern-about-entry--alt .ai-modern-about-content {
        padding-right: 20%;
    }    
}