<!-- https://romanyu.ru/smeshchenie-yakornaya-ssylka -->
<style>
[data-record-type="215"] {
/* Укажи величину смещения для разрешения больше 1200px */
top: -160px;
position: relative;
}
@media (max-width: 1199px) {
[data-record-type="215"] {
/* Укажи величину смещения для разрешения 961-1200px */
top: -110px;
position: relative;
}
}
@media (max-width: 959px) {
[data-record-type="215"] {
/* Укажи величину смещения для разрешения 641-960px */
top: -110px;
position: relative;
}
}
@media (max-width: 639px) {
[data-record-type="215"] {
/* Укажи величину смещения для разрешения 481-640px */
top: -75px;
position: relative;
}
}
@media (max-width: 479px) {
[data-record-type="215"] {
/* Укажи величину смещения для разрешения меньше 480px */
top: -75px;
position: relative;
}
}
</style>