@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1800px) {
}

@media only screen and (max-width: 1680px) {
.theMainCKList ul li h4 {
    font-size: 80px;
}
}

@media only screen and (max-width: 1480px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1180px) {
.theMainCKList ul li h4 {
    font-size: 25px;
}

.theMainCKList:before,.theMainCKList:after {
    height: 30px;
}

.theMainCKList ul li img {
    width: 130px;
    height: 78px;
    border-radius: 5px;
    top: -20px;
}
.theMainCKList ul li h4:after {
    height: 2px;
}
}

@media only screen and (max-width: 820px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 637px) {
}

@media only screen and (max-width: 380px) and (max-height: 667px) {
}

@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
}
