body {
	display: flex;
	justify-content: center;
	background-color: #fff;
	font-family: 'Prompt', sans-serif, Helvetica, Tahoma, Arial, Verdana;
	overflow-x: hidden;
}

.main__container {
	background-image: url(../i/logo.jpg);
	background-position: center center;
	background-size: cover;
	width: 50%;
	padding-bottom: 50%;
}

.main__video {
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
}
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.main_interaction {
	width: 100%;
	height: 100%;
	position: absolute;
    align-items: flex-end;
    justify-content: center;
    display: flex;
}

.of-button {
	padding: 20px;
	display: inline-flex;
	white-space: nowrap;
	background-color: rgba(199, 67, 117, 1.0);
	border: 3px solid #fff;
	justify-content: center;
	border-radius: 40px;
	color: #fff;
	transition-duration: 0.1s;
	transform: scale(1.0);
	cursor: pointer;
	margin-bottom: 30px;
}

.of-button:hover {
	transform: scale(1.1);
}

.of-img{
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}