.calisthenics {
    background-color: black;
    margin: 50px auto;
    max-width: 1024px;
    position: relative;
}
.calisthenics-hero video {
    width: 100%;
    height: 450px;
    object-fit: cover; 
    object-position: center;
    display: block; 
}
@media screen and (min-width: 768px) {
    .calisthenics-hero video {
        width: 300px;
        height: 370px;
        padding: 20px;
    }
}
video::-webkit-media-controls {
  display: none !important;
}
video {
  pointer-events: none;
}
.calisthenics-hero h2{
    font-size: 1.2rem;
    font-family:  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif ;
    position: absolute;
    top: 18%;
    left: 50%;

}
.calisthenics-hero h1{
    font-size: 0.8rem;
    font-family:  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif ;
    text-align: left;
    width: 48%;
    position: absolute;
    top: 30%;
    left: 50%;
}
.calisthenics-b {
    margin: -50px auto auto auto;
    background-color: black;
    max-width: 1024px;
    font-family:  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif ;
}
.calisthenics-b p{
    font-family:  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif ;
}
.calisthenics-b img{
    width: 80%;
    display: block;
    margin: auto;
}
