/*
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 : Jun 15, 2020, 20:33:17 PM
    Author     : arsibux
*/

@media screen and (max-width: 600px) {
    .carousal-overly{
        top: 8%;
        left:10%;
        width: 80%;
        padding: 10px;
    }
    .carousal-overly h1{
        font-size: 14px;
        margin: 5px;
        line-height: 9px;
    }
    .carousal-overly-body {
        font-size: 9px;
        padding: 2%;
    }
    .carousal-overly .btn{
        padding: 5px 5px;
        font-size: 12px;
        line-height: 1.3333333;
        border-radius: 6px;
        text-align: center;
    }
    .line{display: none;}
    .athlete,
    .car-detail-title{
        position: relative;
        display: block;
        text-align: center;
        top: 20px;
        font-size: 35px;
    }
    .athlete{
        font-size: 24px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .vehicle-detail-page .pull-right{
        float: none!important;
        text-align: center;
        margin: auto;
        width: 100%;
        margin-top: 10px;
    }
    ul#menu-detail-car{
        display:none;
      }
      ul#menu-detail-car li a{
          display: block;
          text-align: center;
      }
  }

  @media screen and (max-width: 480px) {

  }