.image-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    height: 100vh;
    overflow-x: scroll;
    overflow-y: scroll;
    position: relative;
    }

    .big-img {
        width: 1920px;
        height: auto;
        display: block;
         max-width: unset;}
    .g-sunglasses {
  position: absolute;
   /* top: 99%;
    left: 419.2%;
    width: 12.3%;
    height: 6.2%;*/
    top: 538px;
    left: 1673px;
    width: 48px;
    height: 37px;
    cursor: pointer;
    display: block;
    color: #86478f;
    opacity: 0;
}
    .clickable-image {
		position: absolute;
		top: 46%;
		left: 44%;
		width: 35px;
		cursor: pointer;
		transition: transform 0.2s;
	}
    @media (min-width: 1024px) {
    /* desktop */
    .desktop-redirect {
        display: block;
    }
}