.parallax {
  /* The image used */
  background-image: url("/static/img/ankara-1.jpg");

  /* Set a specific height */
  min-height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:grey;
}

/* @media only screen and (max-device-width: 992px) {
  .parallax {
    background-attachment: scroll;
  }
} */

.video-class{
    width: 500px;
    overflow:hidden;
    display:block;
    height: 360px;
}
#glass{
    margin-left: -5px;
}

.mouse_hover_effect:hover{
    cursor: pointer;
}

/*video:focus { outline:none; clip-path: inset(10px 10px);}*/
/*.video-wrapper{*/
/*    overflow: hidden*/
/*}*/

/*.video-wrapper #video{*/
/*    position: relative; !* could be absolute if needed *!*/
/*    left: 5px;*/
/*    top: 5px;*/
/*}*/