.ccm-block-next-previous-wrapper{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}


@media screen and (max-width:767px){

.ccm-block-next-previous-wrapper{
	-webkit-flex-direction: column;
    flex-direction: column;
}
.ccm-block-next-previous-previous-link{
    -webkit-order: -1;
    order: -1;
    margin-left: 0;
}

.ccm-block-next-previous-parent-link{
   -webkit-order: 1;
    order: 1;
    margin: auto;
}

.ccm-block-next-previous-next-link{
	-webkit-order: 0;
    order: 0;
    margin-right: 0;
    margin-left: auto;
}

}