.content {
    padding: 20px 30px;
    margin: 0px;
}

.video-skavideo-75 {
    position: relative;
    padding-bottom: 56.25%;
    /* ratio 16x9 */
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.video-skavideo-75 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* ratio 4x3 */

.btn_settings {
    position: fixed;
    top: 5px;
    right: 5px;
    margin: 0;
    padding: 5px 3px;
}

.select_language {
	width: 600px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0 0 0 -300px;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

@media (max-width:575.98px) {
	.select_language {
		position: relative;
		margin: 0;
		left: 0;
		width: auto;
		padding: 30px 0;
		height: 100vh;
	}
}

.select_language .sl-header {
	padding: 0 20px;
	color: #fff;
	position: relative
}

.select_language .sl-header .brand {
	padding: 0;
	font-size: 28px;
	color: #fff
}

.select_language .sl-content {
	padding: 20px;
    color: #9ba8b4;
    font-size: 15px;
}

.select_language .sl-content .form-control {
	border: 1px solid transparent
}

.select_language .sl-content .form-control:focus {
	border-color: transparent;
	-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, .35);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .35)
}

.select_language .sl-content button  {
    display: inline-flex;
    justify-content: center; /* center the content horizontally */
    align-items: center; /* center the content vertically */
    --padding-x: 1.2em;
    border-color: transparent; /* hide button border */
}

.select_language .sl-content button i {
    height: 50px;
    width: 50px;

}
