img {
    height: 100vh;
    position: absolute;
}

.expo-ve {
    /*background: rgba(255, 255, 31, 0.35);*/
    top: 0;
    height: 100%;
    left: 50%;
    width: 50%;
    position: absolute;
}

.expo-cl {
    /*background: rgba(255, 172, 31, 0.35);*/
    top: 0;
    height: 100%;
    left: 0;
    width: 32%;
    position: absolute;
}