#WG_detail_prod .frame_prod {
    display: table;
    width: 100%;
    position: relative;
}
#WG_detail_prod .frame_imge {
    width: 100%;
    display: table;
background-color: #090909;
padding-bottom: 5vh
}
#WG_detail_prod .img_prod {
    height: 100%;
    max-height: 80vh;
    display: table;
    margin: 0 auto;
    max-width: 100%;
}
#WG_detail_prod .lint_img {
    display: table;
    margin: 2vh auto;
    text-align: center;
}
#WG_detail_prod .thumb {
    height: 25vh;
    overflow: hidden;
    float: none;
    display: inline-block;
width: auto;
}
#WG_detail_prod .img_thumb {    max-height: 100%;
    max-width: 100%;}
#WG_detail_prod .frame_cont_prod {
    display: table;
    margin: 8vh auto;
}
#WG_detail_prod .name_prod {
    font-family: Raleway;
    text-align: center;
    display: block;
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 5vh;
color: #fff;
}
#WG_detail_prod .frame_desc_prod {
    display: table;
    width: 100%;
    margin-top: 8vh;
    text-align: justify;
    font-family: Raleway;
    font-size: 1em;
    line-height: 25px;
}
#WG_detail_prod .frame_rs_prod {
    display: flex;
    align-items: center;
    align-content: center;
    font-family: Raleway;
    font-size: 1.1em;
    margin-top: 5vh;
}
#WG_detail_prod .rs_item {
    display: block;
    font-size: 20px;
    margin: 0 8px;
    color: #000;
    transition: all 0.3s ease;
text-decoration: none !important;
}
#WG_detail_prod .rs_item:hover{opacity: 0.8}

@media (max-width: 767px) {
#WG_detail_prod .frame_imge {height:70vh:}
#WG_detail_prod .img_prod {
    max-height: 55vh;}
#WG_detail_prod .img_thumb{height:auto;    min-height: initial;}
#WG_detail_prod .lint_img{display: table;margin: 2vh auto;
    text-align: center;}
#WG_detail_prod .thumb {height: 15vh;}
}
@media (max-width: 991px) {
#WG_detail_prod .frame_imge {height:70vh:}
#WG_detail_prod .img_ref {
    max-height: 70vh;}
#WG_detail_prod .img_thumb{height:auto;    min-height: initial;}
#WG_detail_prod .lint_img{display: table;margin: 2vh auto;
    text-align: center;}
#WG_detail_prod .thumb {height: 15vh;}
}


