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

#floatingtext
{
    font-size: 14px;
}

.appscroll
{
    margin-top:100px;
}

.featurecon
{
    margin-top:400px;
}

.firstimagecontainer
{
    overflow: hidden;
}




.imagesslider img
{
    height:200px;
}

.flatphone
{
    height:100px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
    margin-bottom: 20px;
}


.flatphonecontainer
{
    margin-top:150px;
}

.logo
{
    width:100%;
    height:auto;
    text-align: center;
}

.logo img
{
    margin-top:10px;
    margin-left:10px;
    height:30px;
    float:left;
}
.backbuttontopcontainer
{
    width:0px;
}
.headerContainerfixed
{
    height:auto;
}
.headerContainer
{
    height:60px;
}
.footer
{
    width:100%;
}
}