
.social-buttons-section * {
    box-sizing: border-box;
  }
  [data-social] {
    margin: 1em auto;
  }
  [data-social]:after {
    content: '';
    display: block;
    clear: both;
  }
  [data-social] a, .btn-copy {
    display: inline-block;
    font-family: sans-serif;
    line-height: 1;
    padding: .5em;
    float: left;
    color: white;
    font-size: 15   pt;
    min-width: 1em;
    text-align: center;
    text-decoration: none;
    transition: opacity .2s ease-in-out;
  }
  .btn-copy {
    background-color: #83B826;
  }
  .btn-copy:hover{
    color: white;
  }
  [data-social] a:focus,
  [data-social] a:hover {
    opacity: .7;
  }
  [data-social] a span {
    margin-left: .5em;
  }
  [data-social] [class*=facebook] {
    background: #3b5998;
  }
  [data-social] [class*=twitter] {
    background: #2caae1;
  }
  [data-social] [class*=youtube] {
    background: #cb2027;
  }
  [data-social] [class*=linkedin] {
    background: #007bb6;
  }
  [data-social] a:nth-of-type(n+2) {
    margin-left: .5em;
  }
  @element '[data-social] a' and (max-width: 15em) {
    $this span {
      display: none;
    }
  }
  @element '[data-social] a' {
    $this {
      width: calc(eval('100 / parentNode.children.length')% - .5em + eval('.5 / parentNode.children.length')em);
    }
  }
.labels {
    display: inline !important;
   padding: .2em .6em .3em !important;
   font-size: 75% !important;
   margin-top: 11px !important;
   margin-right: 3px !important;
   font-weight: 700 !important;
   line-height: 1 !important;
   color: #fff !important;
   text-align: center !important;
   white-space: nowrap !important;
   vertical-align: baseline !important;
   border-radius: .25em !important;
}

.page-link {
     position: relative!important; 
     display: block!important; 
    color: #0d6efd!important;
    text-decoration: none!important;
    background-color: #fff!important;
    border: 1px solid #dee2e6!important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
}


.img-card .video-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;
}