.vimeo-video-container{position:relative;}

.sixty-k-video-share {
    display: inline-block;
    margin-right: -90px;
    margin-left: 20px;
    text-align: left;
    vertical-align: bottom;
    position: absolute;
    right: 90px;
    bottom: 5px;
}

.sixty-k-video-share .title {
    font-weight: bold;
    color: #000000;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.sixty-k-video-share ul {
    margin: 0;
}

.sixty-k-video-share ul li {
    display: inline-block;
    padding-right: 6px;
    vertical-align: bottom;
}

.sixty-k-video-share ul li a:hover {
    opacity: 0.6;
}

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

  .sixty-k-video-top .table-cell{text-align:center}


  .sixty-k-video-share {
      display: inline-block;
      margin-right: -90px;
      margin-left: 20px;
      text-align: left;
      vertical-align: bottom;
      position: static;
      margin-top: 10px !important;
      margin: auto;
      text-align: center;
      right: 90px;
      bottom: 5px;
  }
  
}