.dbio_chromecast_container .chromecast_intro_text_wrapper {
	max-width: 640px;
	margin: auto;
}

.dbio_chromecast_container .chromecast_intro_text_wrapper .chromecast_intro_text {
	text-align: center;
	font-size: 19px;
	font-weight: 500;
	color: #FFFFFF;
}

.dbio_chromecast_container  .chromecast_video_player_options_wrapper {
	display: flex;
	gap: 32px;
	margin-top: 42px;
	margin-bottom: 72px;
}

.dbio_chromecast_container  .chromecast_video_player_options_wrapper .chromecast_video_player_option {
	display: flex;
	flex-direction: column;
	padding: 24px;
	border: 1px solid #FFFFFF35;
	border-radius: 6px;
	flex: 1;
	justify-content: space-between;
}

.dbio_chromecast_container  .chromecast_video_player_options_wrapper .chromecast_video_player_option_title {
	font-weight: 800px;
}

.dbio_chromecast_container  .chromecast_video_player_options_wrapper .chromecast_video_player_option_text {
	font-weight: 500;
}

.dbio_chromecast_container .chromecast_video_player_options_wrapper .chromecast_video_player_option  .chromecast_video_player {
	display: block;
	width: 100%;
}

.dbio_chromecast_container .chromecast_video_player_options_wrapper .chromecast_video_player_option .theoplayer-container {
	position: relative;
	width: 100%;
}

.dbio_chromecast_container .chromecast_cta_section_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dbio_chromecast_container .chromecast_cta_section_wrapper .chromecast_cta_buttons_wrapper {
	display: flex;
	gap: 24px;
}

/** Responsive **/
@media screen and (max-width: 991.98px) {
	
	.dbio_chromecast_container .chromecast_intro_text_wrapper .chromecast_intro_text {
		font-size: 15px;
	}

	.dbio_chromecast_container  .chromecast_video_player_options_wrapper  {
		flex-direction: column;
	}
	
	.dbio_chromecast_container .chromecast_cta_section_wrapper .chromecast_cta_buttons_wrapper {
		flex-direction: column;
	}
	
}