#eye-image
{
	max-width: 527px;
	width: 100%;
}
#woman-image
{
	bottom: 0;
	height: 93%;
	max-height: 452px;
	max-width: 300px;
	position: absolute;
	object-fit: contain;
	right: -4%;
	width: 40%;
	z-index: 1;
}

@media only screen and (min-width: 1399px){
	#woman-image
	{
		right: -5%;	
	}
}
/*md*/
/*@media only screen and ( max-width: 1199px )*/
@media only screen and ( max-width: 991px )  
{  
    #eye-image 
	{
		margin-left: calc(100% - 360px);
	  	max-width: 360px;
	}

    #woman-image 
	{
	  	height: 80%;
	  	right: -6%;
	}
}

@media only screen and ( max-width: 767px ) 
{ 
    #eye-image 
	{
		margin-left: calc(100% - 360px);
	  	max-width: 360px;
	}
	#woman-image 
	{
	  	height: 46%;
        right: -6% !important;
	}
}

/*small*/
@media only screen and ( max-width: 575px ) 
{ 
    #eye-image 
	{
		margin-left: calc(100% - 193px);
	  	max-width: 193px;
	}
    #woman-image 
	{
	  	height: 33%;
	  	right: -6%;
	  	right: -10% !important;
	}
}