section {
    position: relative;
}
/* Intro */
.about-us-page section.intro {
    margin-bottom: 30px;
}
div.img-ticket-wrapper {
    position: absolute;
    margin-top: -150px;
    right: 0px;
    width: 360px;
    /*height: 360px;*/
    height: auto;
    overflow: hidden;
}
img.img-ticket-single {
    position: relative;
    right: -185px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.customer-approach-body {
    /*margin-top: 100px;*/
}

/* Team */
.team {
    margin-top: 75px;
}
.team>.wrapper{
    background-color: #2c2c2c;
}
.team img.people {
    position: relative;
    margin-top: -350px;
}

/*
.team img {
    width: 100%;
}
*/
.team img.path-block-top {
    width: 100%;
    margin-bottom: -1px;
    position: relative;
}
.team img.path-block-bottom {
    width: 100%;
    margin-top: -1px;
}
/* Locations */
.locations iframe {
    margin-bottom: 20px;
}
/* Customer Approach */
.about-us-page>section.customer-approach {
    margin-top: 50px;
}
div.img-comte-wrapper {
    position: absolute;
    min-width: 450px;
    min-height: 400px;
    right: 0;
    text-align: center;
    overflow: hidden;
    margin-top: -50px;
}
img.img-comte {
    position: absolute;
    right: -130px;
}
.customer-approach .intro-text {
    position: relative; 
    z-index: 2; 
    margin-top: 125px;
}
.morbier img {
    width: 170%;
    margin-left: -70%;
}