
.text-left.ng-scope {
text-align: center !important;
}

.is-fixed {
    position: relative;
    width: 100%;
    height: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

.is-fixed {
    margin-top: 320px;
}

}

@media only screen and (min-width: 1024px) {

.is-fixed {
    position: fixed;
    height: auto;
}

}
