.diagram {
    width: 100%;
    padding: 100px 0;
}

.modelBg {
    width: 100%;
    max-width: 1200px;
    height: 50vw;
    z-index: 50;
    margin: 0!important;
    overflow: hidden!important;
}

.modelLabelL {
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 700;
    padding: 0 25vw 0 0;
    height: 33.33%;
    background-image: url("../images/blue_bg.png");
    background-size: 100% 2px;
	background-position: 0 65%;
    background-repeat: no-repeat;
}

.modelLabelR {
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 700;
    padding: 0 0 0 25vw;
    height: 33.33%;
    background-image: url("../images/blue_bg.png");
    background-size: 100% 2px;
	background-position: 0 65%;
    background-repeat: no-repeat;
}

.modelLabelL p, .modelLabelR p {
    background-color: #5fadc7;
    MARGIN: 0!important;
}

.agencyCenter {
    background-image: url("../images/agency_center.svg");
    background-size: 55% auto;
	background-position: center;
    background-repeat: no-repeat;
    width: 90vw;
    max-width: 1200px;
    height: 50vw;
    z-index: 58;
    margin: 0;
    position: absolute;
    overflow: hidden!important;
    pointer-events: none;
}

.agencyModel {
    background-image: url("../images/agency_model.svg");
    background-size: 55% auto;
	background-position: center;
    background-repeat: no-repeat;
    width: 90vw;
    max-width: 1200px;
    height: 50vw;
    z-index: 60;
    margin: 0;
    position: absolute;
    overflow: hidden!important;
    pointer-events: none;
}

.agencyLabel {
    display: none;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (orientation: portrait) {

.diagram {
    padding: 200px 0;
}

.modelLabelL, .modelLabelR, .modelLabelL p, .modelLabelR p {
    display: none;
}

.agencyCenter {
    background-size: 80% auto;
    height: 80vw;
}

.agencyModel {
    background-size: 80% auto;
    height: 80vw;
}

.agencyLabel {
    background-image: url("../images/agency_labels.svg");
    background-size: 89% auto;
	background-position: center;
    background-repeat: no-repeat;
    width: 90vw;
    max-width: 1200px;
    height: 90vw;
    z-index: 50;
    margin: 0;
    position: absolute;
    overflow: hidden!important;
    pointer-events: none;
    display: block;
}
}