@media only screen and (min-width: 1700px) {

.ux-collection-slider-title{
  font-size:52px !important;
}
  
}

@media only screen and (min-width:1300px) and (max-width:1699px) {

.ux-collection-slider-title{
  font-size:52px !important;
}
  
}  

@media only screen and (min-width:1000px) and (max-width:1299px) {

.ux-collection-slider-title{
  font-size:52px !important;
}

}

@media only screen and (min-width:800px) and (max-width:999px) {

.ux-collection-slider-title{
  font-size:52px !important;
}
  
}

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

.ux-collection-slider-title{
  font-size:40px !important;
}
  
}  