.slide{
	padding-right: 0px;
	padding-left: 0px;
	height: 25vh;
	text-align: center;
}

#playDiv{
	bottom:0px;
	position:fixed;
    
}

#home,#speaker,#next
{
	margin-bottom: 10%;
}


.optionForFlip{
	font-size:5vw;
}

.modal 
	{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top:2% /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; 
   	background-color: rgba(0,0,0,0.3); 

}