﻿.container {
    position: relative;
}

div.actions {
    position:absolute;
    bottom:10px;
   /* right:auto; */
    left:155px;
  
}

div.actions img:hover {
	cursor:pointer;
}

div.actions img{
    position:sticky;
	margin-left:0em;
	margin-bottom:0em;
	
}