/* Desktop Layout: 1920px. */

@media only screen and (min-width: 1900px){

}


/* Desktop Layout: 1024px. */


@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .search_bar form {width: 81%;}
    .search_bar input[type="text"] {width: 79%;}
    .profile_photo img, .video_link img {width: 100%;}
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {width:100%;}
    .search_bar form {width: 75%;}
    .search_bar input[type="text"] {width: 71%;}
    .profile_photo img, .video_link img {width: 100%;}

}



/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    body{padding-top: 0;}
    .container {width:100%;}
    .slicknav_menu{display: block;}
    header{height: auto;position: unset;}
    .logo {margin: 10px 0;text-align: center;}
    .search_bar form {width: 73%;}
    .search_bar input[type="text"] {width: 68%;}
    .profile {float: none;text-align: center;margin: 12px 0;}
    #nav{display: none;}
    .single_feed > .col-lg-2 {width: auto;}
    .profile_photo {margin-bottom: 15px;}
    .profile_ph_area {width: auto;}
    .add_me_btn {margin: 20px 0;text-align: center;}
    .sponsored_details img {width: 100%;}
    .like_comment ul li a {padding: 5px;}
    .video_link img {margin-bottom: 15px;}
    .right_side {float: none;}
    .profile_photo img {width: auto !important;}
}



/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.column {width:450px}

}


