.ap-poster .ap-start-button {
	background-color: #36353a;
	opacity: 0.75;
	color: white;
	cursor: pointer;
}
.ap-poster .ap-poster-image {
	width: 100%;
	height: 100%;
	background-image: none;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: contain; /* Resize the background image to cover the entire container 	
}