﻿.iccstartview {
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: white;
    position: absolute;
    bottom: 0px;
    background-image: url('images/concept.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    background-size: auto;
}

.iccconceptcontainer {
    z-index: auto;
    background-color: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    text-align: right;
}

.iccconcept {
    width: 100%;
    height: 100%;
    background-image: url('images/concept.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    background-color: white;
    background-size: auto;
}
    