/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/03/14, 13:53:11
    Author     : norimatsu
*/

#movie_play #movie_detail .right .dancer_background{
	width: 250px;
	min-width: 0;
	height: 105px;
	background-size: cover;
	border-radius: 8px 8px 0 0;
	position: absolute;
	z-index: 0;
	overflow: hidden;
}

#movie_play #movie_detail .right .dancer_icon{
	width: 120px;
	height: 120px;
	margin-left: -60px;
	border-radius: 60px;
	overflow: hidden;
	background-size: 100%;
	position: inherit;
	top: 20px;
	left: 50%;
}

@media(max-width: 798px){
    #movie_play #movie_detail .right .dancer_background{
            width: 100%;
            min-width: 0;
            height: 105px;
            background-size: cover;
            border-radius: 8px 8px 0 0;
            position: absolute;
            z-index: 0;
            overflow: hidden;
    }

    #movie_play #movie_detail .right .dancer_icon{
            width: 120px;
            height: 120px;
            margin-left: -60px;
            border-radius: 60px;
            overflow: hidden;
            background-size: 100%;
            position: inherit;
            top: 20px;
            left: 50%;
    }

    header {
        position: absolute;
    }

}
