.majestic_footer_contact_details_social_media_links {
    width: 100%;
    margin: 5vh 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
}

.majestic_footer_contact_details_social_media_svg {
    height: 6vh;
    position: relative;
    text-align: center;
    margin: 0 15px;
}

.majestic_footer_contact_details_social_media_svg_icon {
    height: 100%;
    position: relative;
    transition: 0.2s all ease-in-out;
}

.majestic_footer_contact_details_social_media_svg_icon:hover {
    transform: scale(1.2);
    transition: 0.2s all ease-in-out;
}

@media screen and (orientation: portrait) and (max-width: 500px) {
    .majestic_footer_contact_details_social_media_links {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-end;
        justify-content: center;
        align-items: flex-end;
    }
    .majestic_footer_contact_details_social_media_svg {
        height: 6vh;
        position: relative;
        text-align: center;
        margin: 0 15px;
    }
    .majestic_footer_contact_details_social_media_svg_icon {
        height: 100%;
        position: relative;
        transition: 0.2s all ease-in-out;
    }
    .majestic_footer_contact_details_social_media_svg_icon:hover {
        transform: scale(1.2);
        transition: 0.2s all ease-in-out;
    }
}

@media screen and (orientation: landscape) and (max-width: 900px) {
    .majestic_footer_contact_details_social_media_svg {
        height: 12vh;
        position: relative;
        text-align: center;
        margin: 0 15px;
    }
}

@media screen and (orientation: portrait) and (min-width: 500px) and (max-width: 1250px) {
    .majestic_footer_contact_details_social_media_links {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-end;
        justify-content: center;
        align-items: flex-end;
    }
    .majestic_footer_contact_details_social_media_svg {
        height: 6vh;
        position: relative;
        text-align: center;
        margin: 0 15px;
    }
    .majestic_footer_contact_details_social_media_svg_icon {
        height: 100%;
        position: relative;
        transition: 0.2s all ease-in-out;
    }
    .majestic_footer_contact_details_social_media_svg_icon:hover {
        transform: scale(1.2);
        transition: 0.2s all ease-in-out;
    }
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1250px) {
    .majestic_footer_contact_details_social_media_svg {
        height: 7vh;
        position: relative;
        text-align: center;
        margin: 0 15px;
    }
}