
.device-images-wp{
    .row{
        width: 100%;
    }
    .gallery-widget{
        text-align: center;
        overflow: hidden;
        height: 150px;
        align-items: center;
        align-content: center;
        border-radius: 10px;
        img{
            height: auto;
            width: auto;
            max-width: 100%;
        }
    }
}
table{
    caption{
        display: none;
    }
}
.short-specs-wp{
    table{
        tr{
            td{
                padding: 10px;
            }
        }
    }
}
.card-header{
    h2{
        font-size: 20px;
        margin-left: 12px;
    }
}
.specs-card{
    .group-title{
        font-size: 19px;
    }
    h3{
        font-size: 19px;
    }
    table{
        tr{
            td{
                font-size: 15px;
                padding: 15px;
            }
        }
    }
}
.specs-table-wp{
    max-height: 600px;
    overflow-y: auto;
    .table-specs{
        ul{
            list-style: disc;
        }
    }
}
@media (min-width: 767px){
    .specs-card{
        .spec-item-wp{
            padding-right: 15px;
            width: 50%;
            float: left;
        }
    }
}
@media (max-width: 992px){
    .device-thumbnail-wp{
        text-align: center;
        justify-content: center;
        align-items: center;
        img{
            height: 200px;
            width: auto !important;
            max-width: -moz-max-content;
            max-width: max-content;
            display: inline-block;
        }
    }
}
@media (max-width: 768px){
    .gallery-item-wp{
        width: 33.3%;
        .gallery-widget{
            max-height: 70px;
        }
    }
}
