.block_video_2_container{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.block_video_2_container > div{
	flex-basis: 320px;
	flex-grow: 1;
}

.block_video_text_container {
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.block_video_button_container {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin-top: 15px;
}

.block_youtube_button_1, .block_youtube_button_2{
	display: block;
	margin: 5px;
    padding: 15px 35px;
    font-size: 18px;
    text-decoration: none !important;
    transition: all 0.2s;
	font-weight: 600;
    text-align: center;
    transform: scale(1);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}


@media screen and (max-width: 639px) {
	.block_youtube_wrap {
		order: 1;
		margin-bottom: 20px;
	}

	.block_video_text_container {
		order: 2;
	}
}