/*
Theme Name: Theme Graceup
Theme URI: 
Author: Akira Nayoka
Author URI: 
Description: 
Version: 1.0

/* =Reset
-------------------------------------------------------------- */

.contact-form{
    max-width: 550px;
    margin: 0 auto;
}
.contact .contact-des{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
.wpcf7-spinner{
    display: block;
}

.film-detail__meta--box .table tr th{
    white-space: nowrap;
}

.related-films__item img{
    height: auto;
}

.movie-container{
    position: relative;
    padding: 0 0 56.25%;
    width: 100%;
}
.movie-container video{
    position: absolute;
    width: 100%;
    height: 100%;
}