@media (min-width: 1120px) {

    .hide-on-pc {
        display: inherit;
    }
    
    #showmore {
        display: block;
        clear: both;
    }
    
    #showmore {
        text-align: center;
        font-size: 46px;
        overflow: hidden;
        margin-top: 35px;
        display: block;
    }
    
    #showmore > div {
        overflow: hidden;
    }
    
    /*
    #showmore > div:nth-child(2),#showmore > div:nth-child(4),#showmore > div:nth-child(6),#showmore > div:nth-child(8),#showmore > div:nth-child(10),#showmore > div:nth-child(12){
        background: #133155;
    }
    */
    
    #showmore strong {
        font-weight: 600;
    }
    
    .showmore_title {
        display: block;
        margin: 25px;
        margin-top: 0px;
        overflow: hidden;
    }
    
    #showmore_images {
        margin: 0px 65px;
        overflow: hidden;
    }
    
    #showmore_images > div {
        width: 30.33%;
        display: block;
        float: left;
        margin: 1% 1.5% 2% 1.5%;
        min-height: 330px;
    }
    
    #showmore_images > div > a {
        text-decoration: none;
    }
    
    #showmore_images > div > a> img {
        width: 100%;
        margin-bottom: 8px;
    }
    
    #showmore_images > div > a > span {
        color: #fff;
        text-decoration: none !important;
        border-bottom: 0px !important;
        font-size: 24px;
        line-height: 26px;
        display: block;
        position: relative;
    }
    
    #showmore_images > div > a > span.subtitle > span {
        position: absolute;
        left: 0px;
        top: -13px;
        width: 412px;
        text-align: center;
        font-size: 0.80em;
        line-height: 10px;
    }
    
    #topper_2020 {
        overflow: hidden;
        display: block;
        min-height: 709px;
    }
    
    #pathes {
        display: none;
    }
    
    /* dla fl */
    .showmore_images {
        margin: 0px 65px;
        overflow: hidden;
    }
    
    .showmore_images > div {
        width: 30.33%;
        display: block;
        float: left;
        margin: 1% 1.5% 2% 1.5%;
        min-height: 330px;
    }
    
    .showmore_images > div > a {
        text-decoration: none;
    }
    
    .showmore_images > div > a> img {
        width: 100%;
        margin-bottom: 8px;
    }
    
    .showmore_images > div > a > span {
        color: #fff;
        text-decoration: none !important;
        border-bottom: 0px !important;
        font-size: 24px;
        line-height: 26px;
        display: block;
        position: relative;
    }
    
    .showmore_images > div > a > span.subtitle > span {
        position: absolute;
        left: 0px;
        top: -13px;
        width: 412px;
        text-align: center;
        font-size: 0.80em;
        line-height: 10px;
    }
    
}