/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*/

.ms-thumb-list.ms-dir-h.ms-align-bottom {
	margin-top: -230px !important;
 	bottom: 15px;
    height: 170px !important;
}

.ms-thumb-frame {
    border: 3px solid rgb(113,215,124);
  	border-radius: 5px;
}

.ms-thumb-frame {
	opacity: 1;
}

.ms-thumb-frame-selected {
	position: relative;
}

.ms-thumb-frame:before {
	content: '';
  	background-color: rgba(0,0,0,0.4);
	display: block;
	position: absolute;
  	top: 0;
  	left:0;
	z-index: 2;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	transition: 0.8s;
}
.ms-thumb-frame-selected.ms-thumb-frame:before {
	opacity: 1;
}
.ms-thumb-list.ms-dir-h.ms-align-bottom {
	margin-top: -230px !important;
 	bottom: 15px;
    height: 170px !important;
}

.ms-thumb-frame {
    border: 3px solid rgb(113,215,124);
  	border-radius: 5px;
}

.ms-thumb-frame {
	opacity: 1;
}

.ms-thumb-frame-selected {
	position: relative;
}

.ms-thumb-frame:before {
	content: '';
  	background-color: rgba(0,0,0,0.4);
	display: block;
	position: absolute;
  	top: 0;
  	left:0;
	z-index: 2;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	transition: 0.8s;
}
.ms-thumb-frame-selected.ms-thumb-frame:before {
	opacity: 1;
}
.ms-thumb-list.ms-dir-h.ms-align-bottom {
	margin-top: -160px !important;
 	bottom: 15px;
    height: 170px !important;
}

.ms-thumb-frame {
    border: 3px solid rgb(113,215,124);
  	border-radius: 5px;
}

.ms-thumb-frame {
	opacity: 1;
}

.ms-thumb-frame-selected {
	position: relative;
}

.ms-thumb-frame:before {
	content: '';
  	background-color: rgba(0,0,0,0.4);
	display: block;
	position: absolute;
  	top: 0;
  	left:0;
	z-index: 2;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	transition: 0.8s;
}
.ms-thumb-frame-selected.ms-thumb-frame:before {
	opacity: 1;
}

@media only screen and (max-width : 768px) {
 
  	.ms-thumb-list.ms-dir-h.ms-align-bottom {
		margin-top: 20px !important;
	}
  
}