/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hero-wrap{background-size: cover;}
    #plane_section .right{top: 0;}
    #plane_section .left{bottom: 0;}

    #visa_desc img{ margin: 0 auto;display: block;max-width: 100%;height: auto;}

    #visa_desc .sidebar{top: -57px;}
    .visa_type_section{padding-top: 100px;}
    .categories li{width: 50%;float: right;}
    .categories li:last-child{border-bottom: 1px solid #dee2e6;}

    .staff_img{width: 90px;height: 90px;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .hero-wrap{background-size: cover;}
    #plane_section .right{top: 0;}
    #plane_section .left{bottom: 0;}

    #visa_desc img{ margin: 0 auto;display: block;max-width: 100%;height: auto;}

    #visa_desc .sidebar{top: -57px;}
    .visa_type_section{padding-top: 50px;}
    .categories li{width: 25%;float: right;}
    .categories li:last-child{border-bottom: 1px solid #dee2e6;}

    .staff_img{width: 90px;height: 90px;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .hero-wrap{background-size: 100% 100%;}
    #plane_section .right{top: 0;}
    #plane_section .left{bottom: 0;}

    #visa_desc img{ margin: 0 auto;display: block;max-width: 100%;height: auto;}

    #visa_desc .sidebar{top: 0;}
    .visa_type_section{padding-top: 0;}
    .categories li{width: 100%;}
    .categories li:last-child{border-bottom: none;}

    .staff_img{width: auto;height: auto;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .hero-wrap{background-size: 100% 100%;}
    #plane_section .right{top: 70px;}
    #plane_section .left{bottom: 80px;}

    #visa_desc .sidebar{top: 0;}
    .visa_type_section{padding-top: 0;}
    .categories li{width: 100%;}
    .categories li:last-child{border-bottom: none;}

    .staff_img{width: auto;height: auto;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .hero-wrap{background-size: 100% 100%;}
    #plane_section .right{top: 180px;}
    #plane_section .left{bottom: 80px;}

    #visa_desc .sidebar{top: 0;}
    .visa_type_section{padding-top: 0;}
    .categories li{width: 100%;}
    .categories li:last-child{border-bottom: none;}

    .staff_img{width: auto;height: auto;}
}