.section-workout .grid-item-workout-summary .tile-blockquote{
    max-width: 385px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .section-workout .grid-item-workout-summary .tile-blockquote {
        max-width: 304px;
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .section-workout .grid-item-workout-summary .tile-blockquote {
        max-width: 294px;
    }
}



@media only screen and (min-width: 450px) and (max-width: 780px){
    .br-for-medium{
        display: none;
    }
}

@media only screen and (min-width: 878px) and (max-width: 1068px){
    html[lang=zh-TW] br.br-hide-for-medium{
        display: none;
    }
}

