@media screen and (max-width:450px){
    .fixedCon {
        position: fixed;
    }
}