.photo-gallery {
  color: #313437;
  background-color: #fff;
}

​ .photo-gallery p {
  color: #7d8285;
}

​ .photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

​ ​ .photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

​ .photo-gallery .intro p {
  margin-bottom: 0;
}

​ .photo-gallery .photos {
  padding-bottom: 20px;
}

​ .photo-gallery .item {
  padding-bottom: 30px;
}






/* alıntı_vıdeo________________________________ */


/* .container-3{
    width: 1100px;
    height: 480px;
    display: flex;   
    background: rgb(238, 236, 236);
}

.container-3 .videos{
    width: 20%;
    padding: 10px 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-3 .videos video{
    width: 95%;
    height: 100px;
    margin: 10px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.2s;
}

.container-3 .videos video:nth-child(1){
    margin-top: 0;
}

.container-3 .videos video:hover,
.container-3 .videos .active{
    transform: scale(1.06);
    border: 3px solid blue;
}

.container-3 .main-video{
    width: 80%;
    padding: 10px;
}

.container-3 .main-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid blue;
}
.photo-gallery{margin-top: 100px;} */

/* yukarıdakıler__responsive_değill___________ */

.photo-gallery {
  margin-top: 100px;
}

.mycon {
  align-items: center;
}

video {
  width: 200%;
  height: auto;


}
/* _______uzunvideoderleme____________ */

  /* ______bitiş_________________ */


@media only screen and (min-width: 570px) {

  .col-s-6 {
    width: 125%;
  }

  .col-s-9 {
    width: 150%;
  }
 

}


@media only screen and (min-width: 600px) {

  .col-s-6 {
    width: 50%;
  }

  .col-s-9 {
    width: 75%;
  }
}



@media only screen and (min-width: 768px) {

  .col-6 {
    width: 50%;
  }


  .col-9 {
    width: 75%;
  }
  .col-6 .myresvid {
    height: 6% !important;
    width: 80% !important;
    align-items: center;
    margin-left: 55%;}

}


/* ______________________footer_______css_______________ */
.widget-section {
  align-items: center;
}