/* All sizes including Mobile */
.mkt #header {
    background-color: #41c363;
    min-height: 250px;
}

.mkt #header .avnet-bg {
    min-height: 250px;
}

.mkt #header h1 {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 3em;
}

.mkt #header h2 {
    color: #ffffff;
    margin-top: 0;
}

.mkt #header .frame {
    width: 50%;
}


.mkt.main #combinations .frame {
    background-color: #efefef;
}

.mkt.main #combinations .frame h3 {
    font-size: 16px;
    margin: 0;
}

.mkt.main #combinations .frame img {
    max-width: 70px;
    max-height: 70px;
}

.mkt.main #combinations .frame td {
    vertical-align: bottom;
    padding-right: 12px;
}

.mkt.subpage #products .img-holder {
    height: 100px;
}

.mkt.subpage #products img {
    max-width: 100px;
    max-height: 100px;
}

.mkt.subpage h2 {
    width: auto;
    display: inline-block;
    padding-top: 0.8em;
    border-top: 10px solid rgb(65, 195, 99);
    margin-top: 0;
    margin-bottom: 0.8em;
}

.mkt.subpage h3 {
    margin-top: 0;
    /*margin-bottom: 0.8em;*/
}

/* Small and up */
@media (min-width: 768px) {
    .mkt #header .frame {
        width: 50%;
    }

    .mkt #header {
        background-color: transparent;
        background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/landing/winning-combinations/gettyimages-1055668334_R1.jpg);
        background-size: cover;
        background-position: right center;
    }

    .mkt #header .avnet-bg {
        background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/landing/winning-combinations/avnet-bg.png);
        background-position: center center;
        background-size: cover;
    }

}

/* Medium and up */
@media (min-width: 992px) {
}

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