Append this to the end of the script if you want it rotated the other way
/* If you want to rotate it to the right */
.view-header-title-container {
transform: rotate(180deg);
text-align: right;
margin-top: 10px;
}
.view-header-title-container:after {
width: 0%;
}