@media(max-width:480px){
.insta-gall-size {
    color: #074472;
    font-size: 12px;
}

.insta-gall-size1 {
    float: right;
    color: #074472;
    font-size: 12px;
}
span.icon-bar {
    background: #054371 !important;
}

}

@media (max-width:768px){
span.icon-bar {
    background: #054371 !important;
}
}

@media(max-width:576px) {
	.align-icons {
    margin-bottom: 50px;
}
	
 }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

