/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ---------------------------------------------------------------------- */
/*	Version 2048px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 2048px) {

    .head .brand{
        margin-top: 95%;
        margin-bottom: 25%;
    }
    .head .content_img_main{
        float: right;
    }
    .head .content_more_info{

        float: right;
    }
    .content_info .container_vid .vendor a{
    }
    footer .social_content .social-circled{
        margin: 0 0 0 50px;
        float: right;
    }
}
/* ---------------------------------------------------------------------- */
/*	Version 1170px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1170px) {

    .head .brand{
        margin-top: 95%;
        margin-bottom: 25%;
    }
    .head .content_img_main{
        width: 89%;
        float: right;
    }
    .head .content_more_info{

        float: right;
    }
    .content_info .container_vid .vendor a{
    }
    footer .social_content .social-circled{
        margin: 0 0 0 50px;
        float: right;
    }
}

@media handheld, only screen and (max-width: 1134px) {

    .head .brand{
        margin-top: 95%;
        margin-bottom: 25%;
    }
    .head .content_img_main{
        width: 89%;
        float: right;
    }
    .head .content_more_info{

        float: right;
    }
    .content_info .container_vid .vendor a{
    }
    footer .social_content .social-circled{
        margin: 0 0 0 50px;
        float: right;
    }
}
/* ---------------------------------------------------------------------- */
/*	Version 1024px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1024px) {

    .head .brand{
        margin-top: 95%;
        margin-bottom: 25%;
    }
    .head .content_img_main{
        width: 89%;
        float: right;
    }
    .head .content_more_info{

        float: right;
    }
    .content_info .container_vid .vendor a{
    }
    footer .social_content .social-circled{
        margin: 0 0 0 50px;
        float: right;
    }
}

