.mkt #board-diagram img {
    animation: fadein 0.2s;
    -moz-animation: fadein 0.2s;
    -webkit-animation: fadein 0.2s;
    -o-animation: fadein 0.2s;
}

.mkt ul {
    list-style: none;
    padding: 0;
}

.mkt li a {
    padding: 6px;
    display: block;
}

.mkt li:hover {
    background-color: #efefef;
}

#board-diagram {
    position: relative;
}

.board-diagram-img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.board-diagram-layer {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.category {
    position: relative;
}

.mkt .category h4 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 10px;
    color: #ffffff;
}

.category img {
    width: 100%;
}

#header-banner {
    background-image: url("/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/landing/board-level-values/multicomp-header-bg-new-white-logo.jpg");
    background-position: top center;
    background-size: cover;
    border: 1px solid #000000;
    min-height: 225px;
}

#header-banner h1 {
    color: #007FAC;
}

#header-banner h3 {
    font-weight: normal !important;
}

.pnl-video-iframe {
    height: 219px;
    display: block;
    width: 100%;
    border: 1px solid #808080 !important;
}

@media only screen and (min-width: 768px) {
    .textframe {
        width: 70%;
    }
    .pnl-video-iframe{
        height: 172px;
    }
}

@media only screen and (min-width: 992px) {
    .textframe {
        width: 50%;
    }
}

.bg-black{
    background-color: #000000;
}
.mcp-pad{
    line-height: 9px;
    font-size: 16px;
    padding-left: 20px !important;
}

.pad{
    padding: 0 30px 0 30px;
}

.diagram-pad{
    margin-right: 48px !important;
}