@media only screen and (max-width: 734px) {
    .room-photos .icon-text-wrapper {
        margin-top: 104px;
    }
}

.section-entertainment .river-gallery .row-gallery:nth-child(2) {
    margin-left: 200px;
}

@media only screen and (max-width: 1068px) {
    .section-entertainment .river-gallery .row-gallery:nth-child(2) {
        margin-left:-200px
    }
}

@media only screen and (max-width: 734px) {
    .section-entertainment .river-gallery .row-gallery:nth-child(2) {
        margin-left:100px
    }
}

/* Tiny World */
.room-title-tv-plus.video-titles{
	font-size: 14px;
	margin-top: 22px;
	color: #959495;
}

.room-title-tv-plus.video-titles a{
	color: #959495;
}


/* Siri remote */

.section-siri-remote .typography-siri-utterance {
    max-width: 400px;
}

@media only screen and (max-width: 734px) {
    .section-siri-remote .typography-siri-utterance {
        max-width: 300px;
    }
}


@media only screen and (min-width: 1069px) {
    .large-075 {
        flex-basis: 59%;
        max-width: 59%;
    }
}

.river-gallery .overflow-container div.row-gallery picture {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 345px;
    --p-height:195px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .river-gallery .overflow-container div.row-gallery picture {
        --p-width: 265px;
        --p-height:150px
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .river-gallery .overflow-container div.row-gallery picture {
        --p-width: 192px;
        --p-height:108px
    }
}

/* 20240202 */
.section-performance .section-intro-copy {
    flex-basis: 70%!important;
    max-width: 70%!important;
}

/* 20240627 */
br.small-1 {
    display:none
}

@media only screen and (max-width: 1068px) {
    br.small-1 {
        display:none
    }
}

@media only screen and (max-width: 734px) {
    br.small-1 {
        display:block
    }
}
@media only screen and (max-width: 410px) {
    br.small-1 {
        display:none
    }
}

/*20240626 artcd feedback*/
.performance-icons{
    margin-left: -15px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .performance-icons{
        margin-left: -15px;
    }
}

@media only screen and (max-width: 1068px) and (max-width: 734px) {
    .performance-icons{
        margin-left: 0px;
    }
}

.section-performance .performance-icons .overview-performance-logo-dolby-vision.performance-icon {
    display: inline-block;
    margin-left: 8px;
    margin-right: 22px;
}


