.ad-left {
    width: 35%;
}

.ad-right {
    width: 65%;
    max-height: 420px;
    overflow-y: auto;
}

.w-20 {
    width: 20%;
}

.mw150px {
    max-width: 150px;
}

.mw200px {
    max-width: 200px;
}

.lh125 {
    line-height: 125%;
}

.fs-11 {
    font-size: 1.1em;
}

.h-14px {
    height: 14px;
}

.cardAd {
    width: 225px;
    position: relative;
}

.cardAd:hover {
    background: rgba(223, 223, 223, .4);
}

.cardType {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 4px;
    color: white;
    background: #325d88;
    font-weight: bold;
    font-size: .8em;
}

.cardType2 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 4px;
    color: white;
    background: #8e8c84;
    font-weight: bold;
    font-size: .8em;
}

.cardType3 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 4px;
    color: white;
    background: #f89406;
    font-weight: bold;
    font-size: .8em;
}

.cardType4 {
    position: absolute;
    top: 20%;
    left: 0;
    padding: 2px 4px;
    color: white;
    background: #93c54b;
    font-weight: bold;
    font-size: 1.2em;
}

.cardType5 {
    position: absolute;
    top: 40%;
    left: 0;
    padding: 2px 4px;
    color: white;
    background: red;
    font-weight: bold;
    font-size: 1.2em;
}

.cardType6 {
    position: absolute;
    top: 60%;
    left: 0;
    padding: 2px 4px;
    color: white;
    background: red;
    font-weight: bold;
    font-size: 1.2em;
}

.watchAd {
    color: white;
    background: midnightblue;
    position: absolute;
    padding: 2px 5px;
    top: 0;
    right: 0;
}

.featAd {
    font-weight: bold;
    color: #FFF;
    background: #29abe0;
    position: absolute;
    padding: 2px 5px;
    top: 0;
    left: 0;
}

.photo-view {
    width: 100%;
    max-width: 290px;
}

.photo-preview {
    width: 100%;
}

.photo-event {
    width: 110px;
}

@media screen and (max-width: 1210px) {

    .cardAd {
        width: 24%;
    }

}

@media screen and (max-width: 1100px) {

    .photo-child:nth-of-type(4) {
        display: none;
    }

}

@media screen and (max-width: 950px) {

    .photo-child:nth-of-type(3) {
        display: none;
    }
}

@media screen and (max-width: 900px) {

    .ad-left,
    .ad-right {
        width: 100%;
    }

    .cardAd {
        width: 32%;
    }

}

@media screen and (max-width: 700px) {

    .cardAd {
        width: 48%;
    }
}


@media screen and (max-width: 576px) {

}

@media screen and (max-width: 450px) {

    .cardAd {
        width: 98%;
    }
}
