body[page="review"] {
    background-image: url(../images/home/bg.jpg);
    background-size: 100% auto;
    background-position: center top;
}


section[thename="latestreview"] .title{
    height: 70px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    padding-top: 50px;
}


section[thename="latestreview"] .latestreview_list .each{
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    margin: 2%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


section[thename="latestreview"] .latestreview_list .each:hover{
    transform: scale(1.1);
}
section[thename="latestreview"] .latestreview_list .each .photo{
    width: 100%;
    padding-bottom: 170%;
    position: relative;
    background-size: 100% 100%, 145%;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    vertical-align: middle;
    
}
section[thename="latestreview"] .latestreview_list .each .thetitle{
    font-size: 20px;
    font-weight: bold;
}




section[thename="review"] .list[session="5"] .each .photo {
  padding-bottom: 156%;
}
section[thename="review"] .list[session="6"] .each .photo {
  padding-bottom: 156%;
}

section[thename="review"] {
    padding-top: 30px;
    padding-bottom: 50px;
}
section[thename="review"] .title {
    height: 70px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    padding-top: 50px;
}
section[thename="review"] p {
    font-size: 18px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #000;
    text-align: left;
}
section[thename="review"] .classbtn {
    margin-top: 0px;
    margin-bottom: 60px;
}
section[thename="review"] .btnWrap {
    margin-bottom: 10px;
}
section[thename="review"] .btnWrap li {
    height: 150px;
    /* background-color: #e9e9e9; */
    text-align: center;
    width: 135px;
    margin: auto;
    cursor: pointer;
    font-weight: bold;
    line-height: 40px;
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    
    user-select: none;
    /* standard syntax */
    -webkit-user-select: none;
}
section[thename="review"] .btnWrap li img {
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section[thename="review"] .btnWrap li:hover img {
    transform: scale(1.1);
}
section[thename="review"] .btnWrap li:active img {
    transform: scale(0.9);
}
section[thename="review"] .btnWrap li:hover img {
    transform: scale(1.1);
}
section[thename="review"] .btnWrap li:active img {
    transform: scale(0.9);
}
section[thename="review"] .btnWrap li.selected img {
    color: #cf7aff;
    border-color: #cf7aff;
}
section[thename="review"] .list .each {
    display: inline-block;
    width: 29%;
    margin: 2%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section[thename="review"] .list .each:hover {
    transform: scale(1.05);
}
section[thename="review"] .list .each:active {
    transform: scale(0.95);
}
section[thename="review"] .list .each .photo {
    width: 100%;
    padding-bottom: 56%;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
}
section[thename="review"] .list .each .name {
    color: #ab4fff;
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
}



/* home - mobile */
@media screen and (max-width: 960px) {

    section[thename="latestreview"] .title {
        height: 71px;
        width: auto;
        margin: auto;
        display: block;
        margin-bottom: 15px;
        padding-top: 19px;
    }

    section[thename="latestreview"] .latestreview_list .each {
        display: inline-block;
        width: 35%;
        vertical-align: middle;
        margin: 2%;
    }
    section[thename="latestreview"] .latestreview_list .each .thetitle {
        font-size: 18px;
        font-weight: bold;
    }
    section[thename="latestreview"] .latestreview_list .each .thetext{
        font-size: 14px;
    }

    section[thename="review"] .title {
        height: 50px;
        width: auto;
        margin: auto;
        display: block;
        margin-bottom: 15px;
        padding-top: 19px;
    }


    body[page="review"] {
        background-image: url(../images/bg_m.jpg);
    }
    body[page="review"] {
        background-image: url(../images/home/bg_m.jpg);
    }
    section[thename=review] {
        padding-top: 0px;
    }
    section[thename="review"] .btnWrap {
        margin-bottom: 0px;
    }
    section[thename="review"] .btnWrap li {
        font-size: 18px;
        height: auto;
        width: 25%;
        margin: 0px;
    }
    section[thename="review"] .list .each {
        width: 80%;
        display: block;
        margin: auto;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    section[thename="review"] .btnWrap {
        margin-bottom: 30px;
    }

    .btnWrap li:nth-child(1) ,.btnWrap li:nth-child(2) ,.btnWrap li:nth-child(3) {
        transform: translateX(-20px);
    }

    .btnWrap li:nth-child(4) ,.btnWrap li:nth-child(5) ,.btnWrap li:nth-child(6) {
        transform: translateX(20px);
    }
   

}
