/*style, when shows mobile menu*/
@media (max-width: 1100px){

    .recipes_detail .method.part_2,
    .recipes_detail .name.part_1,
    .recipes_detail{
        width: auto;
    }
    .part_1.name .obj_con {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .recipes_detail .name.part_1 {
        margin-top: 135px;
    }
    .recipes_detail .name.part_1 h2 {
        margin-top: 40px;
    }
    .recipes_detail .name.part_1,
    .recipes_detail,
    .recipes_detail .name .obj,
    .part_1.name .obj_con,
    .recipes_detail .left_prepare,
    .directions{
        width: auto!important;
        float: none;
        padding: 0;
    }
    .recipes_detail .toolbar{
        border-top: 2px #261f15 solid;
        position: relative;
        height: auto;
        width: auto;
        text-align: center;
    }
    .recipes_detail .method.part_2 {
        padding-top: 0;
    }
    .recipes_detail h2 {
        font-size: 25px;
    }
    .part_1.name .obj_con h4{
        margin-top: 30px;
    }
    .recipes_detail .toolbar .right{
        position: relative;
        right: auto;
        padding: 20px 0;
    }
    .recipes_detail .obj_con .right_mix{
        margin-top: 0;
    }
    #header nav .select-cnt:nth-child(1){
        display: none!important;
    }
    .part_1, .part_3, .part_4, .division,
    .recipes_detail .left_prepare{
        border-bottom: 2px #261f15 solid;
    }
    .recipes_detail .left_prepare{
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .recipes_detail h3{
        margin: 0;
        padding-bottom: 0;
        margin-bottom: 35px;
        padding-top: 35px;
    }
    html .recipes_detail .left_prepare ul li{
        padding-bottom: 20px;
    }
    .video-recipes-detail {
        height: 300px!important;
    }

    .directions li{
        width: auto;
        padding-left: 45px;
    }
    .directions li:before{
        margin-top: 0;
        top: -4px;
    }
    .recipes_detail .part_2 h3{
        padding-bottom: 0;
    }
    .recipes_detail .name .obj img {
        margin-top: -90px!important;
        width: auto;
        margin-bottom: -15px!important;
    }
    .recipes_detail .name .obj img.normal {
        margin-top: 0!important;
        width: auto;
        margin-bottom: 0!important;
    }
    .recipes_detail .name .obj img{
        max-width: 100%;
        height: auto;
    }
    .recipes_detail .directions li {
        margin-bottom: 25px !important;
    }
}

@media (max-width: 400px) {
    .video-recipes-detail{
        height: 160px!important;
    }
}