#cm_homepage_blocks {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50.3%);
    background-color: #efefef;
    padding-top: 80px;
    padding-bottom: 50px;
        background-color: transparent;
    background-image: url('../css/Desktop BG 5.jpg');/*Christmas*/
}

#cm_homepage_blocks #blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cm_homepage_blocks .block {
    flex: 1 1 30.5% !important;
    max-width: 30.5% !important;
    box-shadow: none !important;
    border: 1px solid #999;
    padding: 22px;
    margin-bottom: 15px;
    position: relative;
    background-color: #FFFFFF;
}

body #cm_homepage_blocks .block h2 {
    font-weight: 600 !important;
    font-size: 26px;
    color: #232323 !important;
    min-height: 50px;
    padding-top: 7px;
    padding-bottom: 10px;
}

body #cm_homepage_blocks .block h4 {
    font-size: 14px;
}

#cm_homepage_blocks .block_image {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    object-fit: cover;
}

#cm_homepage_blocks .catalog .block_image {
    background-size: 61%;
}

#cm_homepage_blocks .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

#cm_homepage_blocks #blocks .block:hover .overlay {
    background-color: rgba(255, 255, 255, 0);
}

#cm_homepage_blocks .anim-all-200 {
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
}

#cm_homepage_blocks .button_link {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 82px;
}

#cm_homepage_blocks .button_link a {
    color: #232323 !important;
    font-style: normal !important;
    font-weight: 700;
    background: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #ffe600;
}

#cm_homepage_blocks .button_link a:hover {
    background: #ffe600;
    border: 1px solid #232323;
}

#cm_homepage_blocks .block.blog h2 {min-height: 74px;}

#cm_homepage_blocks .youtube_channel i {
    color: #fff;
    font-size: 75px;
    opacity: 0.9;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 87px;
    height: 87px;
    padding: 4px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
#youtube_terms {font-size: 10px; line-height: 10px; font-style: italic; padding-top: 3px; margin-bottom: 0; color: #ccc;}
#youtube_terms a {color: #aaaaaa;}
#youtube_terms a:hover {color: #0772ad;}

@media only screen and (max-width: 1515px) {
    #cm_homepage_blocks {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50.2%);
    }
}

@media only screen and (max-width: 991px) {
    #cm_homepage_blocks .block {
        flex: 1 1 100%!important;
        max-width: 100%!important;
    }
}

@media only screen and (max-width: 767px) {
    #cm_homepage_blocks .block.blog h2 {min-height: 45px;}

    body #cm_homepage_blocks .block.youtube_channel h2 {min-height: 40px;}
}