/********ipad-pro****************/
@media (min-width : 1024px) and (max-width : 1366px) and (orientation : landscape) {

}
@media (min-width : 1024px) and (max-width : 1366px) and (orientation : portrait) {

}
/********ipad****************/
@media (orientation : landscape) and (min-device-width : 768px) and (max-width : 1024px) {

}

@media (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}
/********iphone-X****************/

@media (min-width : 375px) and (max-width : 812px) and (orientation : landscape) { 

}

/** iPhone 6 in portrait **/
@media only screen and (min-width : 360px) and (max-width : 667px)  and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {

}

/*iPhone 6  landscape*/
@media only screen  and (min-device-width : 375px)  and (max-device-width : 667px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation : landscape) {

}
/** in landscape **/
@media only screen and (min-width : 480px) and (max-width : 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : landscape) {

}

/** in portrait **/
@media only screen and (min-width : 320px) and (max-width : 480px) and (orientation : portrait) {
.header_wrap {
    height: auto;
}
.logo_wrap {
    padding: 0;
    margin: 0 auto;
    width: 20%;
    float: left;
}
.logo_wrap img{
	width:100%;
}
.menubox_wrap {
    padding: 0;
    z-index: 999;
}
.topsocial_wrap {
    padding: 5px 0;
    width: 68%;
    float: left;
}
.topsocial_wrap ul li {
    padding: 0 2px 0 0;
}
.movies_wrap h2 {
    font-size: 28px;
}
.movetalor_wrap iframe{
	height:auto;
}
.news_wrap h2 {
    font-size: 22px;
}
.footer_wrap img {
    margin: -100px 0 0;
    display: none;
}
.footer_wrap {
    padding: 40px 0;
}
.footer_wrap ul {
    display: none;
}
.footer_bottom p {
    font-size: 12px;
}
.inner_caption {
    top: 30%;
}
.inner_caption h1 {
    font-size: 15px;
}
.about_wrap h2 {
    font-size: 25px;
}
.producer_content {
    width: 91%;
	padding: 20px;
    margin: 60px 0 0 0px;
}
.producer_content h4 {
    font-size: 23px;
}
.about_wrap p {
    font-size: 16px;
}
.producer_img002 {
    margin: 0;
}
.producer_content002 {
    float: right;
}
.movie_img {
    width: 100%;
    float: left;
    position: relative;
}
.movie_content {
    float: left;
    border: 1px solid #d1cfcf;
    padding: 15px;
    width: 100%;
    margin: 0;
    position: relative;
}
.movie_img002 {
    margin: 0;
}
}


/** iPhone 5 & 5S in landscape **/
@media only screen and (max-width : 568px) and (min-width : 320px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : landscape) {

}


/** iPhone 5 & 5S in portrait **/
@media only screen and (min-width : 320px) and (max-width : 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {

}
