#galleryvideos-intro {
  max-width:100%;
  height: auto;
  padding:4px;
/*  border:1px solid blue;*/
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #1D6BE0;
   background:linear-gradient(45deg, #00235B, #005792, #085F63);
}


#galleryvideos-intro > h1 {
	font-size: 2.5rem;
  color:white;
   font-family: "Montserrat", sans-serif;
   font-weight: 600;
   font-style: normal;
   margin-top: 4px;
   margin-bottom: 4px;
}

.gallery-video-section-container {
  max-width:100%;
  height: auto;
}

.galleryvideo-container {
  max-width:100%;
  height: auto;
  display: flex;
  overflow: auto;
  margin-top: 16px;
  border:1px solid black;
}

.galleryimages {
  max-width:400px;
  height: 400px;
}

 .slider-container {
            max-width: 80%;
            height: 400px;
/*            border: 1px solid blue;*/
            overflow-x: scroll;
            overflow-y:hidden;
            position: relative;
/*            border-radius: 4px;*/
            margin:auto;
            margin-top: 80px;
            box-shadow: 10px 10px 50px 0.2px grey;
        }

      /*  .image-container {
            display: flex;
            width:1500px;
              width: 200%;
            transition: transform 0.5s ease-in-out;
        }*/

        .image-slides {
            width: 100%;
            height: 400px;
        }

.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-0%);
  color: white;
  font-size: 20px;
  opacity: 0.5;
  cursor: pointer;
}

.btn.prev {
  left: 10px;
}

.btn.next {
  right: 10px;
}

.btn:hover {
  opacity: 1;
}

/*.video-container {
  max-width:90%;
  height: auto;
  overflow-x:auto;
  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  flex-wrap: wrap;*/
/*  margin: auto;
  margin-top: 80px;
  box-shadow: 10px 10px 50px 0.2px grey;
}*/
/*
.youtube-video-container {
  width:500px;
  height:300px;
}
*/
/*.youtube-video {
  width:400px;
  height:400px;
  margin:8px;
}*/

@media (max-width:425px) {

    #galleryvideos-intro {
      max-width:100%;
      height: auto;
      padding:2px;
    }


	#galleryvideos-intro > h1 {
		font-size: 1.5rem;
	}
}