Например:
<?$filter_7 = array('IBLOCK_ID'=>"13", 'ACTIVE'=>'Y');
$db_list_id7 = CIBlockSection::GetList(array(), $filter_7, true, Array("UF_DATE"));
while ($arSect = $db_list_id7->GetNext()){
$arSect["photo"] = CFile::GetPath($arSect["PICTURE"]);
?>
<a class="picsposition" href="/<?=$arSect["CODE"]?>">
<div class="picsin" style="background-image: url(<?=$arSect["photo"]?>);background-size: 80%; background-position: center;background-repeat: no-repeat;">
</div>
<div class="textin"><p><?=$arSect["NAME"]?></p></div>
</a>
<? } ?>