.device {

}
.description {
    line-height: 1.8rem;
}
.device table th {
    color: #000 !important;
    font-weight: 400;
}
.device table.table-property th {
    color: #92949f !important;
}
.device table tr td, .device table tr th {
    color: #000;
}
.device .list-group-item {
    color: #92949f;
}
.device .list-group-item span {
    color: #000;
}
.device .device-image {
    max-width: 350px;
    max-height: 350px;
}
.device h2, .device-title {
    display: flex;
    align-items: center;
}
.device .device-profit thead tr th {
    font-size: 12px
}
.device .device-profit tr td, .device .device-profit tr th {
    background-color: transparent;
    white-space: nowrap;
}

.device .coins {
    display: flex;
    align-items: start;
}
.device .coins {

}
.device .coins .coin-name {
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.device .coins .coin-name span, .device .coins .coin-name img {

}
.device .coin-name .cryptoicon, .device .coin-name .cryptoicon i {
    font-size: 18px;
    color: #fff;
}

.card-video {
    max-width: 430px;
}
@media (max-width: 547px){

    .card-video {
        max-width: 100%;
    }

}



.modal-video-show {

}
.modal-video-show .modal-dialog {
    margin: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
}
.modal-video-show .modal-dialog .modal-content {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    border: none;
}