.mkt img {
    animation: fadein .5s;
}

.mkt .tab-content {
    background-color: #f4f4f4;
}

.mkt .nav-tabs > li.active > a, .mkt .nav-tabs > li.active > a:hover, .mkt .nav-tabs > li.active > a:focus {
    background-color: #f4f4f4 !important;
}

.mkt .nav-tabs > li > a {
    margin-right: 0px !important;
}

.mkt .nav > li > a {
    padding: 8px 8px !important;
}


#header {
    min-height: 200px;
    background-color: #41C363;
}

#header h1 {
    color: #ffffff;
    margin: 0;
}

#header img {
    width: 175px;
    margin-bottom: 20px;
}

.img-holder {
    height: 200px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.img-holder img {
    max-height: 200px;
    max-width: 200px;
}

.products {
    background-color: #ffffff;
}

.mkt .products h3 {
    font-size: 15px;
}

.mkt .mk-tabbed-content h2 {
    font-size: 18px;
}

/* All sizes including Mobile */

/* Small and up */
@media (min-width: 768px) {
    #header {
        background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/landing/tektronix/probe-selector/probe-selector-header.jpg);
        background-position: center center;
        background-size: cover;
    }

    .img-holder {
        height: 110px;
    }

    .img-holder img {
        max-height: 110px;
        max-width: 150px;
    }

}

/* Medium and up */
@media (min-width: 992px) {
    .img-holder img {
        max-width: 175px;
    }
}

/* Large */
@media (min-width: 1200px) {
}
