.pcg-contextual-links-region {
    z-index: 99;
    
    top: 20px;
    right: 0;
    left: 0;
    bottom: 0;
}
.pcg-contextual-links-region {}
.pcg-contextual-links-region:hover {}

.field-collection-view-links {
    display: none;
}

a.contextual-links-trigger:before {
  content: " ";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: 1px 1px 1px #000;
  color: rgba(255,255,255,.85);
  font-size: 24px;
  white-space: nowrap;
  transition: color .3s ease-out, text-shadow .3s ease-out;
  word-spacing: -2px;
}


.pcg-contextual-links-region a.contextual-links-trigger:before {
  color: rgba(125,125,125,.85);
  font-size: 18px;
}

a.contextual-links-trigger {
  position: relative;
  background-image: none;
  text-indent: 60px;
  width: 45px;
  height: 26px;
  line-height: 1;
}
a.contextual-links-trigger:hover:before,
div.contextual-links-active a.contextual-links-trigger:before {
  color: rgba(0,0,0,.85);
  text-shadow: 1px 1px 1px #fff;
}
a.contextual-links-trigger:hover,
div.contextual-links-active a.contextual-links-trigger {
  background-image: none;
}

div.contextual-links-active a.contextual-links-trigger {
  
}