$thumbnails-row-height: 150px;

.inside{
	margin: 0;
	overflow:hidden;
	text-align:center;
}
.go-down, .go-up {
	height:42px;
	line-height:42px;
	width:100%;
	cursor:pointer;
	text-align:center;
	font-size: 1.2rem;
	background: rgba(255, 255, 255, .85);
	color:#3e909e;
	&:hover{
		background-color: rgb(255, 255, 255);
		transition: all 0.3s ease-out;
	}
	&.inactive {
		opacity: 0.35;
	}
}

//@include media-breakpoint-down(sm) {
//	.inside{
//		height:auto;
//		width:84%;
//		margin: 0;
//		overflow:hidden;
//		text-align:left;
//		#thumbnails{
//			display:flex;
//			flex-direction: row;
//		}
//	}
//	.go-down, .go-up{
//		width:8%;
//		height:$thumbnails-row-height;
//		line-height:$thumbnails-row-height;
//		padding:0;
//	}
//
//	.inside.vert{
//		margin: 0;
//		padding: 0 !important;
//		width: 100%;
//		overflow: scroll !important;
//		text-align:center;
//	}
//	.go-down.vert, .go-up.vert{
//		display: none;
//	}
//}
