I need to changes values of few variable under media quires. Right not its not working. Is it possible?
$origami-width: 565px;
$origami-height: 332px;
@media (max-width: $screen-sm-max){
$origami-width: 370px;
$origami-height: 300px;
}