.start-screen-thumbnail{
	    background-image: url(../media/thumb.jpg);
}
.screen1_candidate{
    top: 2%;
    left: 5%;
	width: 35%;
    height: 96%;
	position: absolute;   
}
.screen1_url{
    position: absolute;
    background: #ffd528;
    padding: 5px;
    right: 0px;
    top: 10px;
    z-index: 1;
    font-size: 16px;
    font-family: 'Calibri-Bold';
    padding-bottom: 1px;
}
.screen1_url:before{
    content: url(../media/link_icon.png);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 8px 0px 0px;
}
.screen2_candidate {
    position: absolute;
    height: 45%;
    width: 18%;
    left: 58%;
    top: 18%;
}

.screen5_candidate{
    position: absolute;
    height: 94%;
    width: 40%;
    left: 23%;
    top: 4%;
}

.screen6_candidate{
    position: absolute;
    height: 80%;
    width: 44%;
    left: 25%;
    top: 13%;
}

.screen9_candidate{
    position: absolute;
    height: 80%;
    width: 44%;
    left: 25%;
    top: 13%;
	
}.screen13_candidate{
    position: absolute;
    height: 80%;
    width: 44%;
    left: 25%;
    top: 13%;
}

.screen1_pdf_url{
    position: absolute;
    background: #ffd528;
    padding: 5px;
    right: 0px;
    top: 10px;
	width: 360px;
    z-index: 1;
    font-size: 16px;
    font-family: 'Calibri-Bold';
    padding-bottom: 1px;
}
.screen1_pdf_url:before{
    content: url(../media/pdf_icon.png);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 8px 0px 0px;
}

.replay-page-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
}
.play-video-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 100px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../media/play_video.png);
}
.examiner{
	position: absolute;
    height: 100%;
    background-image: url(../media/examiner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 102px;
    bottom: 100px;
    margin: auto;
}
.video_resume{
	position: absolute;
    height: 30px;
	width: 100px;
    right: 0px;
	bottom: 0px;
	background-image: url(../media/continue.png);
	background-size: contain;
    background-repeat: no-repeat;
}
.examiner1{
	position: absolute;
    height: 100%;
    background-image: url(../media/examiner1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 102px;
    bottom: 100px;
    margin: auto;
}
.sangeetha{
	position: absolute;
    height: 100%;
    background-image: url(../media/sangeetha.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 102px;
    bottom: 100px;
    margin: auto;
}