# Intercept Layout

With intercept layout properties, you can fully control the appearance and on-screen positioning of each intercept. This allows you to seamlessly integrate intercepts into your website’s design and optimize the user experience.

* **`Style`**&#x6F;verrides the default style that is assigned to the survey, this allows you to set a custom style for each intercept and match the branding based on the visitors.
* **`Content size`**&#x73;ize of the intercept that is displayed to the visitor. The size will automatically shrink down and adapt if the visitors is using a mobile device.&#x20;
* **`Corners`**&#x74;ype of corners of the intercept.
* **`Shadows`** level of shadows of the intercept.
* **`Position`**&#x70;osition of the intercept on screen. If you want to fully center the intercept you can double click on the center icon.
* **`Button position`** if you have   &#x20;
* **`CSS code`**&#x65;nter any custom CSS that will be applied to your intercept you can use following CSS classes to customize your intercept.

```css
.ngs-survey__intercept
.ngs-survey__intercept-header {}
.ngs-survey__intercept-button {}
.ngs-survey__intercept-close {}
.ngs-survey__intercept-content {}
.ngs-survey__intercept-content-body {}
.ngs-survey__intercept-content-footer {}  
```

&#x20;&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ngsurvey.com/form-management/publish-deploy/website-intercepts/intercepts/intercept-layout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
