.fixedbtn{
  position: fixed;
  bottom: 10px;
  left: 10px;background: #023a72;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 10px;
  font-size: 24px;
  border-radius: 4px;
	z-index:99999999999
}
.videogallery{
  padding: 80px 0 50px;
  background: #e5f2ff;
}
.videogallery .col-md-3{
  margin-bottom: 30px;
}

@media screen and (max-width:767px){
	.videogallery {
  padding:
40px 0 4px;
  background:
#e5f2ff;
}
}