.photo-btns {
  float: left;
  display: flex;
  padding: 0px;
  text-align: center;
  height: 305px;
  margin: 0 auto;
  background: #fff;
}
@media only screen and (max-width: 990px) {
  .photo-btns {
    height: auto;
  }
}
.photo-btns li {
  display: inline-block;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  height: 305px;
  padding: 0;
  background: none;
  float: left;
  margin: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 5px solid #fff;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .photo-btns li {
    display: block;
    width: 100%;
    float: none;
  }
}
.photo-btns li img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  mix-blend-mode: luminosity;
  /* opacity: 0.3; */
  opacity: 1;
  overflow: hidden;
}
.photo-btns li span {
  position: absolute;
  font-size: 60px;
  color: #fff;
  line-height: 0.9;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 2;
  font-weight: 300;
}
@media only screen and (max-width: 1800px) {
  .photo-btns li span {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1500px) {
  .photo-btns li span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1350px) {
  .photo-btns li span {
    font-size: 45px;
  }
}
@media only screen and (max-width: 990px) {
  .photo-btns li span {
    font-size: 30px;
  }
}
.photo-btns li span span {
  position: relative;
  display: block;
  text-align: inherit;
  font-weight: 600;
}
.photo-btns li:nth-of-type(1) {
  /* background: #0d2d6e; */
}
.photo-btns li:nth-of-type(1):before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 1000px;
  background: #d8a727;
  -moz-border-radius: 150px;
  border-radius: 150px;
  left: 40%;
  bottom: -300px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  z-index: 1;
  mix-blend-mode: color;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.photo-btns li:nth-of-type(1) span {
  text-align: right;
  bottom: 30px;
  right: 30px;
}
.photo-btns li:nth-of-type(1) span span {
  right: auto;
  top: auto;
  bottom: auto;
  left: auto;
}
.photo-btns li:nth-of-type(1):hover:before {
  height: 500px;
  left: 70%;
}
.photo-btns li:nth-of-type(2) {
  /* background: #0c4da2; */
}
.photo-btns li:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 500px;
  background: #d8a727;
  -moz-border-radius: 150px;
  border-radius: 150px;
  right: -10%;
  top: -300px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  z-index: 1;
  mix-blend-mode: color;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.photo-btns li:nth-of-type(2) span {
  text-align: right;
  bottom: 30px;
  right: 30px;
}
.photo-btns li:nth-of-type(2) span span {
  right: auto;
  top: auto;
  bottom: auto;
  left: auto;
}
.photo-btns li:nth-of-type(2):hover:before {
  height: 900px;
}
.photo-btns li:nth-of-type(3) {
  /* background: #0d2d6e; */
}
.photo-btns li:nth-of-type(3):before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 500px;
  background: #d8a727;
  -moz-border-radius: 150px;
  border-radius: 150px;
  left: -10%;
  bottom: -300px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  z-index: 1;
  mix-blend-mode: color;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.photo-btns li:nth-of-type(3) span {
  text-align: left;
  top: 30px;
  left: 30px;
}
.photo-btns li:nth-of-type(3) span span {
  right: auto;
  top: auto;
  bottom: auto;
  left: auto;
}
.photo-btns li:nth-of-type(3):hover:before {
  height: 800px;
  left: -15%;
}
.photo-btns li:hover {
  width: 40%;
}
.watchvideobox {
  float: left !important;
  width: 100% !important;
  padding: 50px !important;
}
@media only screen and (max-width: 990px) {
  .photo-btns li:hover {
    width: 100%;
  }
}
.photo-btns:hover li:not(:hover) {
  width: 30%;
  opacity: 0.2;
}
@media only screen and (max-width: 990px) {
  .photo-btns:hover li:not(:hover) {
    width: 100%;
  }
}
