.product__modal {
	position: fixed;
   top: 0;
   left: 0;
   z-index: 10000;
   display: none;
   background-color: rgba(0,0,0,.7);
   opacity: 0;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   width: 100%;
   height: 100%;
}
.product__modal-btn-close {
	position: absolute;
   top: 40px;
   right: 40px;
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   padding: 0;
   cursor: pointer;
   opacity: .7;
}
.product__modal-video-container {
	max-width: 1140px;
   margin-right: auto;
   margin-left: auto;
   width: 100%;
}
.product__modal-video {
	position: relative;
   width: 100%;
   height: 0;
   padding-bottom: 56.25%;
}
.product__modal iframe {
	position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.product-promo__promo3-1-title {
	margin-bottom: 20px;
    color: #333;
    font-weight: 700;
    font-size: 32px;
}
.product-promo__promo3-1-para {
	margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}
.product-promo__promo3-1 {
	max-width: 960px;
    margin: 0 auto 100px;
    text-align: center;
}
