#call_feedback_firsttime_cooked{
	padding: 0;
}
.popup-item{
		display: block;
		/*background-image: url(<?=CFile::GetPath($arItem['PROPERTIES']['IMAGE']['VALUE'])?>);
		background-repeat: no-repeat;
		background-position: center;*/
}

.popup-item img{
	*max-width: inherit;
}

@media screen and (min-width: 1170px) {
	
	#call_feedback_firsttime_cooked {
    	left: calc(50% - 500px) !important;

    	top: calc(50% - 250px) !important;
	}
	
}
@media screen and (max-width: 1170px) {

	#call_feedback_firsttime_cooked {
		left: 0!important;
	}
	
}