.h1-hero-section {
    color: #f5f5f7;
    font-size: 65px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
	line-height: 65px;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

.h2-hero-section {
    color: #f5f5f7;
    font-size: 65px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
	line-height: 65px;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

.h3-hero-section {
    color: #f5f5f7;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
	line-height: 31px;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

.but-a-hero-section {
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    border-width: 2px;
    border-radius: 10px;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	outline: none;
	text-decoration: none;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

.div-but-a-hero-section {
    color: #ffffff;
    text-align: center;
    z-index: 8;
	border-radius: 10px;
}

.div-but-a-hero-section-bg-red {
    color: #ffffff;
    text-align: center;
    z-index: 8;
	background-color: #e34042;
	border-radius: 10px;
}

.h1-hero-section-red {
    color: #e34042;
    font-size: 65px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
	line-height: 65px;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

.h2-hero-section-red {
    color: #e34042;
    font-size: 65px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
	line-height: 65px;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

.my-menu-item {
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.video_text_div_1{
	width:100%; position: relative;
}

.video_text_div_2{
	max-width:1200px; width:100%; position: relative;
}

.box_h1{
	top: 221px; left: 0; width: 750px; height: auto; position: relative;
}

.box_h2{
	top: 237px; left: 0; width: 850px; height: auto; position: relative;
}

.box_h3{
	top: 200px; left: 0; width: 490px; height: auto; transform: translate3d(0px, 150px, 0px); transition-duration: 1.5s; position: relative;
}

.box_but{
	top: 350px; left: 0; width: 220px; height: 65px; transform: translate3d(0px, 150px, 0px); transition-delay: 0.5s; transition-duration: 1.5s; position: relative;
}

.header_h1{
	line-height: 65px;		
}

.header_h2{
	line-height: 65px;
}

.header_h3{
	line-height: 31px;
}

/* ≤ 1200px */
@media (max-width: 1200px) {
	
	.video_text_div_1{
		position: absolute;
		top: 50%;
		left: 40px;
		transform: translateY(-50%);
		width: calc(100% - 40px);
		z-index: 9;
	}
	
	.box_h1{
		top: 0px; left: 0; width: auto; height: auto; position: relative;
	}

	.box_h2{
		top: 0px; left: 0; width: auto; height: auto; position: relative;
	}

	.box_h3{
		top: -80px; left: 0; width: 50%; height: auto; transform: translate3d(0px, 150px, 0px); transition-duration: 1.5s; position: relative;
	}

	.box_but{
		top: 0px; left: 0; width: 220px; height: 65px; transform: translate3d(0px, 150px, 0px); transition-delay: 0.5s; transition-duration: 1.5s; position: relative;
	}
	
	.header_h1{
		line-height: 65px;		
	}

	.header_h2{
		line-height: 65px;
	}

	.header_h3{
		line-height: 31px;
	}
	
}

@media (max-width: 768px) {
	
	.box_h3{
		width: 90%;
	}
	
}

@media (max-width: 480px) {
	
	.h1-hero-section, .h2-hero-section {
		font-size: 40px;
	}
	.header_h1, .header_h2 {
        line-height: 50px;
    }
	
}