27/11/2021
/* eslint-disable */ "use strict"; (function() { var titleHeight = 52, mobileTitleHeight = 72, imageHeightByBreakpoints = [{width: [1e3, 2e3], height: [158, 324.5]}, { width: [700, 1e3], height: [147.7, 214.2] }, {width: [480, 700], height: [154, 227]}], totalDesktopHeightWithoutImageAndTitle = 303,...