# Slider Image (Inside Description) simulate Portrait 3:4


```
.et_pb_slide p img{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 17vw;
	right: 0;
	bottom: 0;
	object-fit: cover;
	max-width:500px;
	z-index:-1;
}
``` 

![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1618877556122/ut44DaQAJ.png)

