Hello, I have a block with a width of 327 pixels and a height of 486 pixels and, with adaptability, I am looking for this block to read the data value, perhaps there is some property that allows you to inherit the default value of the block in all places where it is written? For example, how is inheritance using inherit from the parent, and I need from the block itself the same Example
block width: 327px это дефолтное значение height: 486px это дефолтное значение @media only screen and (max-width : 992px) .block width: сюда хочу получить дефолтное значение height: сюда хочу получить дефолтное значение @media only screen and (max-width : 768px) .block width: сюда хочу получить дефолтное значение height: сюда хочу получить дефолтное значение