@charset "utf-8";
/* CSS Document */

.mlectureinfo {
    position: relative;
    top: 55vw;
    width: 83vw;
    left: 8vw;
    /*background: #D78384;*/
}

.mlectureinfo img {
    width: 100%;
}

.mlecturepeople {
    position: relative;
    top: 70vw;
    width: 83vw;
    left: 8vw;
    /*background: #D78384;*/
}

.mlecturepeople img {
    width: 100%;
}

.mlecturework {
    position: relative;
    top: 85vw;
    width: 83vw;
    left: 8vw;
    /*background: #D78384;*/
}

.mlecturework img {
    width: 100%;
}

.mlecturecopyright {
    position: relative;
    top: 105vw;
    width: 100vw;
    left: 0;
    background: #D78384;
}

.mlecturecopyright img {
    position: absolute;
    bottom: 0;
    width: 100%;
}