


@media only screen and (max-width: 768px) {
	

	.description {
		margin-top: 30px;
		padding: 0 30px 0;
	

	}
	
	.description-title {
		justify-content: flex-start;
		margin-top: 30px;
		padding: 0 30px 0;
	}
	
	
	.img-wrap-char {
	display: flex;
	justify-content: center;
}

.text-wrap-char {
	display: flex;
	align-items: center;
	flex-direction: row;
		justify-content: center;
}
	
	.next {
		display: none;
	}
	
	
.video {
 
	width: 100vw;;
	height: 50vw
	
}

/*
	
.playpause {
  position: absolute;
	display: flex;
  flex-flow: column;
  justify-content: center;
   align-items: center;
	color: #fff; 
	font-size: 36px;
    background-repeat:no-repeat;
    width: 100px;
    margin:auto;
    background-size:contain;
    background-position: center;
	  height: 100px;
	
	background-color: rgba(58, 58, 58, .5);
	border-radius: 50%;

}


*/

	
}

@media only screen and (min-width: 768px) {
	
	.description-title {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 90px;
	

	
}

.description {
	margin-top: 100px;

}
	
	
	
	.video {
 
	width: 67vw;
		height: 39vw;
		text-align: center;
}


/*	
.playpause {
  position: absolute;  
	display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
	font-size: 36px;
    width: 100px;
    margin:auto;
	  height: 100px;
	color: #fff;
	background-color: rgba(58, 58, 58, .5);
	border-radius: 50%;
	-webkit-animation: bounce 1s infinite;
	-moz-animation: bounce 1s infinite;
	-o-animation: bounce 1s infinite;
	animation: bounce 1s steps(50) infinite;
	animation-timing-function: ease-in-out;
	animation-play-state: running;
}

	
	
@-webkit-keyframes bounce {
	0% {width: 100px; height: 100px;}
	25% {width: 101px; height: 101px;}
	50% {width: 105px; height: 103px;}
	75% {width: 101px; height: 101px;}
		100% {width: 100px; height: 100px;}
}	
	
@-moz-keyframes bounce {
	0% {width: 100px; height: 100px;}
	25% {width: 101px; height: 101px;}
	50% {width: 105px; height: 103px;}
	75% {width: 101px; height: 101px;}
		100% {width: 100px; height: 100px;}
}	
	
@-o-keyframes bounce {
	0% {width: 100px; height: 100px;}
	25% {width: 101px; height: 101px;}
	50% {width: 105px; height: 103px;}
	75% {width: 101px; height: 101px;}
		100% {width: 100px; height: 100px;}
}		
	
@keyframes bounce {
	0% {width: 100px; height: 100px;}
	25% {width: 101px; height: 101px;}
	50% {width: 105px; height: 103px;}
	75% {width: 101px; height: 101px;}
		100% {width: 100px; height: 100px;}
}


.playpause:hover {
  position: absolute;  
    width: 100px;
    margin:auto;
    background-size:contain;
    background-position: center;
	  height: 100px;
	color: rgba(58, 58, 58, .9);
	background-color: rgba(250, 250, 250, .5);
	border-radius: 50%;
	
	
}	

*/
	
	.wrap-p {
	padding-left: 0;
}
	
	
	
}




video::-webkit-media-controls-panel {
	opacity: 1 !important;
	display: -webkit-flex !important;

 	background-color: rgba(255, 255, 255, 0);
	display: flex;
	flex-flow: row;
	justify-content: flex-end;


}

video::-webkit-media-controls-play-button {
	cursor: pointer;
	display: none;

}

video::-webkit-media-controls-timeline {
	display: none;
}

video::-webkit-media-controls-volume-slider, video::-webkit-media-controls-timeline {
	height: 12px;
	border-radius: 5px;
	min-width: 15px;
  display:none;
}

video::-webkit-media-controls-current-time-display, video::-webkit-media-controls-time-remaining-display {
	display: none;
}

video::-webkit-media-controls-mute-button {
	background-color: transparent;
	cursor: pointer;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABFCAYAAADgmADjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAsJJREFUeNrsmo1xgjAUx5FzAEZgBDuBOEFxgsIGuoFOYDsBbKAb4Aa6AW6gG9DEPiql4UH4DOT973J4XsTcL+8rH4ZBIpFIJBKJRCKRpqfZWAaaJInFHovnoGezM00dDstj7Z68FLO2IDJiWEEiVkx0ci7I2jHB5fQ9rrnC8SpKY5ZKMhWExSHFKsJSDhi4GLcsS9VQYSoEyyuB9SBgL1gH9ggQUD5rV8qEP5kwQLLgPa232DPSOktWyITcotasqr9pH8PAai4ILL70WakGaxBgmUxoF3QJGSgO66FiGJl34GYua0sECBZ3tgzUpy4BfJNbIMvoDmUF9v7pBH2e6djDq/nzB8SrUZQN8zYsqwGszjJhan3Y3lnGQq+9xEyoo+q6YQQxr+p/VXJJGNMl0+eS/x9BH76/ZveRJb2CpQyf1TV3NWgid9t3NKterlzhn38np6D+s6t6SVOXXAq+OzEQ69yM9lkiiCYwhcbHdWyyE2J2MLivgeNyWPB92bbReXTbO20IEogv+TO/6sHK5IABtFACmg/9DW2BZaBtS7ptZWBNGhhkw4+Sbh8ypc1kgUkcovwpOXS2MJkTJylo5gSty0NgYSXHRlcLs5Fs6NcoOToH9j4wsBNWOiAlx7UP898VLKx32ZjQxl6WzDvY9y70580t2qmAqwhR2V5cm8DspL42XQHrUo1cEpYhdbeUD7DxOCq1EcP2DfzfA7ewtAEGe1orJGWXyYU6yNbFwp7QIGWn4G6Sr3ieU9KtQnHwDuqcHqkS9AerxmUzqNbAMrUSdoASELD/0BZwYlN6sjSJOqyFZMHLkTekLHHGlEH7tLQq98Ri7V1SAO4gubxyyNrKM6i+MawgroVQACt5P0zJDUQ4I1zVWDFQMshdGsknAosoVc+g3iDWPyJwjvG67hmqeGGYRCKRSCQSiUQijVXfAgwAFxKfczPATgkAAAAASUVORK5CYII=);
	background-position: center;
	background-repeat: no-repeat;
}

video::-webkit-media-controls-fullscreen-button {
	background-color: transparent;
	cursor: pointer;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABFCAYAAADgmADjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAcNJREFUeNrsmoFtgzAQAE3UATICI7ABdINu0HSDdIKyQdUJnEzQdoKoG7QTJBvABtSWHIlEhhriSsDfSRYS2BFczNuPrRQAAAAAAAAAwJRI5nCTTdNszCE3Jb3hZ56TJPle/D9qZJVNHMoY97OagbN8SjezUnLIpQh7I+gPj2NpQMB/NGXT+7AGxnk3ioZEfUwNkOXIkDWMQuwo6SazuuPyzpQPz/lMpLC/ZJnY/mSOP55ra17DS3Sr3tZz/R1ZHlmubuGpc0CWR5arn3nqVcjyyGq1kzcXGyurS5jLGhYt7DBGVk/btURhOrCtDfxVq92rxFdSD2yfOnFR0qK5fK2wKY0tJzMp3ZFBw6helMVIjqXI0q0YdVz80O/J3Q6hw/eVLBmjWUcash0pa/lJ8phEt0eW5QFh4bK0hPiVhia64mUN+TKArEsZx75FB2SFJckFsoYF8hJZ3cJ825KqpcmKucxWe851zfbPS2Gi88EicPV51q/h3T/3sGvslsl9z1eJeurbKpPIvSzGqowVdm/E1VMUFnurQIyHtJ+SXyQE/XPvUJGkKXpYOHsJQd/yqW7fIfPFQgcAAAAAAAAAQCi/AgwArGDO236whQYAAAAASUVORK5CYII=);
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
}




.wrap-video {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
		margin-top: 30px;
	margin-bottom: 60px;
	
}




	.next {
		display: inline;
	}


@media only screen and (min-width: 991px) {
.wrap-p {
	padding-left: 30px;
}
}

.wrap-arrow {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	width: 100%;
	bottom: 0;
		
}

.arrow {
	background-image: url(images/arrow-02.png);
	background-size: contain;
	height: 50px;
	width: 50px;
	position: absolute;
	-webkit-animation: arrow-down 1s steps(1) infinite;
	-moz-animation: arrow-down 1s steps(1) infinite;
	-o-animation: arrow-down 1s steps(1) infinite;
	animation: arrow-down 1s steps(1) infinite;
	 animation-timing-function: ease-in-out;
	
	
}



#hideArrow {
	display: flex;
}