.lp-brand img{
    vertical-align: bottom;
}

.img-box{
    text-align: center;
}

.video {
    margin-bottom: 60px !important;
}

.video .video-inner{
    width:100%;
padding-top: 56.25%;
height:0px;
position: relative;
margin: auto;
    margin-bottom: 10px !important;
}

.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video .video-ttl{
    color: #24395d;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
    .video .photo{
    margin-bottom: 10px !important;
}

@media screen and (min-width: 780px){
.video .video-inner{
    width:700px;
padding-top: 36%;
}
    .video .video-ttl{
        width: 700px;
        margin: 0 auto;
    text-align: right;
            font-size: 17px;

}
    .video .photo{
width: 700px;
        margin: 0 auto;
}
}