.hide-el {
    display: none !important;
}

#col-2 #topProducts .product.product-suggestion img {
    margin: 0px auto !important;
    height: 50% !important;
    object-fit: cover!important;
}

#full_article.no-border{
    border: none;
}

.supportRightContent {
    padding: 20px 25px;
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}