#Template_page_headerBG{position: relative;background-repeat: no-repeat;background-size: cover;background-position: center;padding: 25px 0;}
#Template_page_headerBG nav#navbar{position: relative;padding-left:0;padding-right:0;}
#Template_page_headerBG .yzy_header{padding-top:0;}

.CM_title_Pages{background: #EFEFEF;overflow:hidden;padding:24px 0 32px 0;text-align: center;margin-bottom:80px;}
.CM_title_Pages .CM_P_position{position:relative;display:inline-block;margin: auto;}
.CM_title_Pages img{width:auto;max-width:100%;overflow:hidden;}
.CM_title_Pages .CM_title_T{font-family:'HanSansSCHeavy';font-weight: 800;font-size: 25px;color: #333333;z-index:2;position: absolute;left: 0;top: 0;bottom: 0;right: 0;display: grid;align-content: flex-end;justify-content: space-around;}

.flex_between_cls{display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: row; -moz-flex-direction: row;-ms-flex-direction: row;-o-flex-direction: row;flex-direction: row;
    -webkit-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-box-pack: space-between;-webkit-justify-content: space-between;-moz-justify-content: space-between;-ms-justify-content: space-between;-o-justify-content: space-between;justify-content: space-between;
}
.unselectable{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
@media (max-width: 992px) {
    .CM_title_Pages{margin-bottom:60px;}  
}
@media (max-width: 480px) {
    #Template_page_headerBG{padding:15px 0;}
    .CM_title_Pages{margin-bottom:30px;padding: 15px 0 24px 0;}
    .CM_title_Pages .CM_title_T{font-size: 20px;}
    .CM_title_Pages img{max-width: 90%;}
}