/* resposnive css */
@media (max-width: 990px) and (min-width: 600px){
.cards .col-md-2 {
    width: 50%;
    float: left;
}
.story-card img {
    width: auto;
}
}
@media (max-width: 599px) and (min-width: 320px){
 .cards .col-md-2 {
    width: 100%;
    float: left;
}
.story-card img {
    width:100%;
}
}

@media (max-width: 950px) and (min-width: 320px){
.story-title img{
	width: 300px;
}
.story-card-video {
    float: left;
}
}

@media (max-width: 1200px) and (min-width: 320px){
video {
    border: 0;
    height: auto;
}
.video-bg{
	width:90%;
	border: 0;
    height: auto;
    margin: 60px auto;
}
.stand{
	display: none;
}
a.back{
	display: none;
}
a.back_mobile{
	display: block;
    background: url(../images/back_mobile.png) 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 999;
}
}

