.about-text-warp .vc_hidden-sm .wpb_wrapper,
.device-images-layout-laptop,
.device-images-layout-laptop-smartphone,
.sigma-laptop-smartphone-device-image-wrapper,
.sigma-laptop-device-image-wrapper{
	position: relative;
	height: 100%;
}
.sigma-laptop-device-image-wrapper .laptop,
.sigma-laptop-smartphone-device-image-wrapper .laptop{
	height: 100%;
    background-image: url(../../images/macbook-air.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}
.sigma-laptop-device-image-wrapper .laptop img,
.sigma-laptop-smartphone-device-image-wrapper .laptop img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    padding-top: 50px;
    padding-bottom: 91px;
    padding-left: 258px;
}
@media(max-width: 1500px){
	.sigma-laptop-device-image-wrapper .laptop img,
	.sigma-laptop-smartphone-device-image-wrapper .laptop img{
		padding-top: 40px;
	    padding-bottom: 73px;
	    padding-left: 206px;
	}
}
.sigma-laptop-smartphone-device-image-wrapper .smartphone{
	background-image: url(../../images/iphone6.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 100px;
}
.sigma-laptop-smartphone-device-image-wrapper .smartphone img{
	width: 267px;
    height: 100%;
    object-fit: cover;
    padding-top: 72px;
    padding-left: 15px;
    padding-right: 32px;
    padding-bottom: 56px;
}
.laptop-other{
	position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
