@charset "UTF-8";

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@media screen and (max-width: 768px) {
	.grid-cmn figure object {
    width: 400px;
    height: 260px;
	}
}

@media screen and (max-width: 426px) {
	.grid-cmn figure object {
		width: 298px;
		height: 190px;
	}
}
