.col-right a.__media-main-img-link {
    width: 223px;
    height: 164px;
}

.__blog-page.post-meta {
    margin-bottom: 0;
}

.__blog-list .__media-main-img-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* Galaxy Fold */
@media screen and (max-width: 320px) {
    .col-right a.__media-main-img-link {
        width: 88px;
        height: 78px;
        margin-top: 16px
    }
    .page-header .page-title {
        width: 50px;
    }
}

/* Iphone 6, 7, 8, X, 8plus, 12pro-max */
@media (min-width: 321px) and (max-width: 450px) {
    .col-right a.__media-main-img-link {
        width: 110px;
        height: 80px;
        margin-top: 16px
    }
}
@media (min-width: 451px) and (max-width: 550px) {
    .col-right a.__media-main-img-link {
        width: 166px;
        height: 124px;
        margin-top:16px;
    }
}
/**
* IPad landspace
**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .col-right a.__media-main-img-link {
        width: 174px;

    }
}

/**
* IPad portrait
**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .col-right a.__media-main-img-link {
        width: 154px;
    }
}
