
  .playbtn{
 
  
    justify-content: center;
    align-items: center;
    margin-top: -118%;
    margin-left: 66px;
    width: 48.1px !important;
height: 48.1px !important;
  }

  @media (max-width:767px) {
    .photos img {
      width: 100%;
      height: auto;
      border-radius: 16px;
  }
  .playbtn {
    justify-content: center;
    align-items: center;
    margin-top: -118%;
    margin-left: 57px;
    width: 48.1px !important;
    height: 48.1px !important;
}
  }