﻿

.Planning-Details-BgImage01 {
    background-image: url('/Resources/Images/BackgroundImages/1714287508.jpg');
    min-height: 400px;
    background-attachment: fixed;
    background-position: 50% -500px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

/* SMALL SCREENS */
@media (max-width: 991px) {
    .Planning-Details-BgImage01 {
        background-position: 50% 60%;
    }
}

/* LARGE SCREENS */
@media (min-width: 992px) {
    .Planning-Details-BgImage01 {
        background-position: 50% -500px;
    }
}

/* Collage stuff */

.Collage-Item-Variant-Pink {
    border-color: var(--rtg-very-light-pink);
    border-width: 30px;
}

.Planning-Details-Collage-Icon {
    width:80px;
    height:80px;
}

.Planning-Details-Collage-Item a {
    color: black;
}