/*.solutions-images {
	display: table;
	width: 100%;
    overflow: hidden;
}
.solutions-top-right-image{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #000;
    position: relative;
    z-index: 1;
}
.solutions-top-left-image{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #000;
    position: relative;
    z-index: 1;
}
.solutions-top-right-image > img,
.solutions-top-left-image > img {
	width: 100%;
}

.solutions-top-content {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -100%;
    z-index: 2;
}*/
