div {
    position: absolute;
}

.desktopexpandstate{
	background: url('../images/bg.jpg');
    background-position: 0% 25%;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
}
.expandclose{
    right: 0.5%;
    top: 1%;
    width: 4%;
	cursor:pointer;
}

.videoposter {
    width: 100%;
    left: 0;
    top: 84%;
    text-align: center;
    cursor: pointer;
}

.videoposter>img{
    width:15%;
}

.headText {
    width: 100%;
    left: 0;
    top: 54%;
    text-align: center;
}

.headText>img{
    width:28%;
}

.message {
    width: 100%;
    left: 0;
    top: 75%;
    text-align: center;
}

.message>img{    
    width : 20%;
}

.title {
    width: 100%;
    left: 0;
    text-align: center;
    top: 5%;
    pointer-events:none;
}

.title>img{
    width:47%;
}

.overlay{
    
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.72);
}