/* Title */
img.img_tit_sec {
    width: 95px;
}
div.row_tit_sec{
    padding-bottom: 10px;
    margin-bottom: 30px;
}
span.span_tit_sec{
    vertical-align: middle;
}
div.row_result {
    margin-bottom: 40px;
}
/* Image */
img#img_main_image{
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
/* Product */
div#row_pro_nam {
    margin-bottom: 15px;
}
div#row_pro_tit {
    margin-bottom: 15px;
}
/* Descs */
div.row.row_sec_desc{
    border-top: solid 2px #D71F2A;
    margin-left: 90px !important;
    margin-right: 90px !important;
    margin-top: 20px;
    padding-top: 20px;
}
img.img_tit_desc {
    width: 45px;
}
/* Files */
div#row_pro_files {
    margin-top: 80px;
    margin-bottom: 50px;
}
div#row_pro_files a img {
    width: 100px;
}
/* Modal video */
div#modal_video {
    height: 97%;
    width: 95%;
    padding: 25px;
}
div#div_video_container {
    height: 100%;
}
iframe#ifr_video {
    height: 100%;
}
.close-button {
    right: 3px;
    top: -6px;
}
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
    div#row_pro_nam div.column{
        text-align: center;
    }
    div.row.row_sec_desc{
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
}