* {
    padding: 0px;
    margin: 0px;
}

.ig {   

    position: absolute;
}
.ig img{
        height:400px;
        width:1120px;
}
ul {
    list-style-type: none;
}

#tabs {
    position: absolute;
    bottom:20px;
    right:20px;
    opacity: 1;
}
.tab {
    width: 15px;
    height: 15px;
    background-color: #5388e8;
    float:left;
    text-align:center;
    line-height:15px;    
    margin-right:10px;
    border-radius:100%;
    cursor:pointer;
}
.bg
{
    background-color:#ff0000;
}