@media only screen and (max-width: 1050px) {
/*--------------- index --------------- */
section {
 position: static;
 transform: none;
}
.card {
 width: 100%;
 height: 0;
 padding-bottom: 57.14%;
}
h1 {
 font-size: calc(3.0vw + 1.0em);
 margin-top: .50em;
}
}
