/* #region Responsive Styles */
@media only screen and (max-width: 920px) {
    #skyline span {
        bottom: 8px !important;
        font-size: 20px !important
    }
}
/* #endregion */

/* #region Background */
#skyline {
    position: relative;
    text-align: center;
    aspect-ratio: 800/440;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/home/dubai.jpg");
}

    #skyline span {
        left: 0;
        bottom: 20px;
        width: 100%;
        position: absolute;
        color: lightyellow;
        font-size: 32px;
    }
/* #endregion */