

.product-template .q_slide_title  {
    display: block !important;
}

/*
* === QODE SLIDER / CAROUSEL ===
*/ 

.qode_carousels ul li{
height: 180px;
}
.carousel_item_holder {
    display: table;
}
.carousel_item_holder .first_image_holder {
    display: table-cell;
    vertical-align: middle;
}
.qode_carousels .slides img {
  width: auto;
  margin: 0 auto;
}

/*
* — Allows for 2 horizontal buttons —
*/
.carousel-inner .slider_content .text .qbutton{
    float:left !important;
    margin-right: 50px;
    left:43%;
    transform: translateX(-50%);
}

/*
* — Allows computer frame to be shown in tab functionality —
*/
body.page-canopy #tab-canopy-overview .gallery_frame img {
    display: inline-block;
}
