@media only screen and (min-width: 992px) {
.sticky-header-block .field--name-field-links {
display: -webkit-box;
        flex-wrap: nowrap;
        overflow-x: auto;
}

.sticky-header-block .field--name-field-links::-webkit-scrollbar {
    height: 4px;
}

  .sticky-header-block {
      padding: 1.25rem 1.25rem 0rem 1.25rem;
  }
  
  .sticky-header-block .field--name-field-links {
  	padding-bottom: 1.25rem;
  }
}

/*Speciality sticky header*/

@media only screen and (max-width: 992px) {
  .sticky-header-block .field--name-field-links .field__item:last-child{
    padding-right:1rem;
  }
  .sticky-header-block{
    padding:0;
  }
  .sticky-header-block .field--name-field-links .field__item{
    padding:0.75rem 1.25rem;
    /*padding-bottom:1.25rem;*/
  }
  #speciality-coe-overview{
    padding-top: 10.875rem;
  }
.specialities-coe__header{
  display:block;
}
  #block-specialityheader{width:100%;}
  .sticky-header-block .field--name-field-links .field__item{
    width: auto;
  }
 
  .sticky-header-block .field--name-field-links {
    display: -webkit-box;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.sticky-header-block .field--name-field-links .field__item {
    padding-right: 2.5625rem;
}
.sticky-header-block .field--name-field-links::-webkit-scrollbar {
  height: 4px;
}
}
@media only screen and (min-width: 480px) and (max-width:992px) {   
  .specialities-coe__header.fixed{
    top:9.7rem;
  }
}
@media only screen and (min-width: 992px) {
.specialities-coe__header.fixed {
  top:4.9rem !important;
}
}
// @media only screen and (min-width: 360px) and (max-width: 480px){

//     .specialities-coe__header.fixed{
//      /*position:relative;*/
//      top:7.6rem;
//    }
//  }
@media only screen and (min-width: 320px) and (max-width: 360px){
   .specialities-coe__header.fixed{
    /*position:relative;*/
    top:7.6rem;
  }
}
@media only screen and (min-width: 539px) and (max-width: 542px){
  .specialities-coe__header.fixed{
    /*position:relative;*/
    top:10.7rem;
  }
}
@media only screen and (min-width: 280px) and (max-width: 320px){.specialities-coe__header.fixed{
    /*position:relative;*/
    top:9.4rem;
  }}
.fixed {
  padding-right:0px !important;
}
