.roll_wrap
	{
		position: relative;
	}
.roll_wrap_img img
	{
		width: 100%;
	}

.roll_wrap_link
	{
		opacity: 0;
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		z-index: 10;
		font-weight: bold;
		cursor: pointer;
		word-break: break-all;
	}

.roll_wrap_link a,
.roll_wrap_link a:hover,
.roll_wrap_link a:focus
	{

		font-size: inherit;
		color: inherit;
	}



.roll_wrap:hover .roll_wrap_link
	{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		opacity: 1;
		transition: all .3s ease-in-out;

	}
