﻿.firstLabel {
    padding: 8vw 10vw 5vw 10vw;
    text-align: center;
    color: white;
}

.firstLabel h2 {
    padding-bottom: 2vw;
    padding-top: 5vw;
}

.boss {
    position: relative;
    min-height: 24vw;
    font-size: 14px;
}

.star {
    min-height: 35vw;
}
.mxPlane{
    padding-top: 5vw;
}
.mxItem{
    width: 12vw;
    float: left;
    margin-left: 1vw;
}
.mxItem .imgUp{
    width: 100%;
    margin-top: -2vw;
}
.mxItem .imgDown{
    width: 100%;
    margin-bottom: -2vw;
}


.bossPhoto {
    width: 40vw;
    position: absolute;
    left: 0;
}

.bossTitle {
    text-align: left;
    width: 38vw;
    position: absolute;
    right: 0;
    bottom: 0;
}