.why {
	box-sizing: border-box;
	background: rgb(96, 105, 117);
    overflow: hidden;
    padding: 30px 0;
    background:  transparent  url(../images/bg_video.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.why .why-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

.why__video {
	position: relative;
}
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe,
.thumb-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-height: 405px;
    height: 100%;
    box-sizing: border-box;
}
@media (min-width: 411px) {
    .why {padding: 60px 0;}
    .why__video {height: 240px;}
}
@media (min-width: 540px) {
    .why__video {height: 380px;}
}
@media (min-width: 1024px) {
    .thumb-wrap iframe,.thumb-wrap video {width: 100%;}
}
@media (min-width: 1200px) {
    .why__video {height: 400px;}
}
@media (min-width: 1400px) {
    .thumb-wrap iframe,.thumb-wrap video {max-height: 620px;}
    .why__video {height: 620px;}
}