
@import url('https://fonts.googleapis.com/css?family=Poppins');
body, html{
  margin: 0;
  background: white;
  /* font-family: 'Poppins', sans-serif; */
}
h1{
  text-align: center;
  color:white;
}
.container-all{
  width: 55%;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 2px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  border-style: solid;
  border-width: thin;
  border-color: lightgray;
  border-radius: 10px;
}
.my_grid {
  width: 100%;
  /* width: fit-content; */
  margin: 0px auto;
  height: auto;
}

.my_container{
  /* border-radius:8px; */
  width: calc(33% - 6px);
  overflow:hidden;
  height: fit-content;
  height:220px;
  margin:3px;
  padding: 0;
  display:block;
  position:relative;
  float:left;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img_thumbnail{
  width: 100%;
  transition-duration: .3s;
  /* max-width: 100%; */
  display:block;
  overflow:hidden;
  /* cursor:pointer; */
  height: 100%;
  /* max-width:100%;
  max-height:100%; */
  object-fit: cover;
  /* border-radius:8px; */
  /* width: auto;
  height: auto; */
}
/* img_thumbnail:hover + #btnPlay {
  -webkit-filter: brightness(50%);
    -webkit-transform: scale(.5) translateY(-50px);
} */

.img_thumbnail:hover   {
  -webkit-filter: brightness(50%);
}


.title{
  position: absolute;
  display: block;
  /* cursor: pointer; */
  top: 94%;
  left: 47.5%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 1.0em;
  text-shadow: 1px 1px 1px #393939;
  transition-duration: .3s;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95%;
  text-align: left;
  height: 12%;
  background-image: linear-gradient(to right, rgb(202, 191, 42), rgba(6, 6, 6, 0));
  /* background-image: linear-gradient(to right, rgb(238, 223, 8), rgba(6, 6, 6, 0)); */
  /* background-image: linear-gradient(to right, rgb(148, 183, 86), rgba(6, 6, 6, 0)); */
  /* background-image: linear-gradient(to right, rgb(223, 210, 19), rgba(6, 6, 6, 0)); */
  /* opacity: 100%; */
  /* background-image: linear-gradient(to right, rgba(26, 25, 25, 0.89), rgba(6, 6, 6, 0)); */

}
.DisplayName {
  /* background-color: red; */
  position: absolute;
  top: 77%;
  /* cursor: pointer; */
  max-width: 80%;
  text-align: center;
  color: white;
  text-align: left;
  text-shadow: 1px 1px 1px black;
  font-size: 1em;
  display: block;
  margin-right: -50%;
  transition-duration: .3s;
  width: 95%;
  left: 0%;
  background-image: linear-gradient(to right, rgb(156, 208, 63), rgba(6, 6, 6, 0));
  /* background-image: linear-gradient(to right, rgb(120, 183, 6), rgba(6, 6, 6, 0)) */
  /* background-image: linear-gradient(to right, rgb(198, 251, 103), rgba(6, 6, 6, 0)); */
  height: 12%;
}
.btnPlay {
  position:absolute;
  top: 35%;
  left: 36%;
  max-width: 26%;
  text-align:center;
}

.btnPlay:hover {
  transition-duration: .3s;
  transform: scale(1.1);
}
/* .container:hover img{

  transition-duration: .5s;
  filter: grayscale(50%);
  opacity: .7;
} */

.container:hover span{
  color:white;
  display: block;
  transition-duration: .3s;
}

@media only screen and (max-width: 900px) {
    .my_container {
        width: calc(50% - 6px);
    }
}

@media only screen and (max-width: 540px) {
    .my_container {
        width: calc(100% - 6px);;
    }

    body #top-border{
      margin-top : 20px;

    }
}

.section-1 {
display: block;
background-image: linear-gradient(white, #e0e5eb);
padding-bottom: 100px;
/* text-align: center; */
}



body #top-border1{
    margin-top: -12px;
    margin-bottom: 30px;
    margin-left: 21px;
}

.top-title {
    /* border-bottom: 1px solid #eaeaea;
    padding-right: 50; */
    padding-top: 25px;
    padding-left: 15px;
    width: 280px;
}

.top-title #title {
  color: lightgrey;
  margin-left: 20px;
  text-align: left;
  /* text-decoration: underline;
  text-decoration-color: lightgrey; */
}
.alternate-font {
   font-family:"Roboto"
}

@media (max-width: 576px){
   /* #left-social {
    display: block;
  } */
  #right-social {
    text-align: center;
    padding-top:5px;
    padding-bottom: 5px;
  }

  #col3 {
    padding:0px;
  }

  .social-menu i {
    padding: 10px;
    /* float: right; */
  }

  #cpr-text {
    margin-top:6px;
    margin-bottom: 6px;
  }

  /* #col1 {
    padding:10px;
  } */
}
@media (max-width: 575px){
    body #top-border{
    margin-top : 20px;
    /* margin-bottom: 0px; */
  }

  .top-title {
    padding-left: 22px;
    padding-top: 0px;
  }

  .container-all{
    width:80%;
  }
}


@media (min-width: 576px){
    body #top-border{
    margin-top : 0px;
    /* margin-bottom: 0px; */
  }


}

@media (min-width: 768px){
  body #top-border{
    margin-top : 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px){

  body #top-border{
    margin-top : 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px){
  body #top-border{
    margin-top : 0px;
    margin-bottom: 0px;
  }
}
