@supports((display: -ms-grid) or (display: grid)) { @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.25rem; left: 0.5rem; width: 3rem; opacity: 1; pointer-events: all; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.25rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; -webkit-transition: opacity var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important; -webkit-border-radius: var(--toggle-roundness, 50%); -moz-border-radius: var(--toggle-roundness, 50%); border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; } #side-bar { display: block; position: fixed; top: 0; left: -webkit-calc(var(--sidebar-width-on-desktop)*-1); left: -moz-calc(var(--sidebar-width-on-desktop)*-1); left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; -webkit-transition: left var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing); height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; -webkit-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within~#main-content::before { width: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #content-wrap { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: -webkit-calc(100vw - (100vw - 100%)); width: -moz-calc(100vw - (100vw - 100%)); width: calc(100vw - (100vw - 100%)); min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); -webkit-box-flex: 2; -webkit-flex-grow: 2; -moz-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: 45.8rem; max-width: 45.8rem; margin: 0 auto; } @media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { #side-bar { -webkit-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } } }
@supports((display: -ms-grid) or (display: grid)) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header { background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center -3.5rem; -webkit-background-size: auto 8rem; -moz-background-size: auto 8rem; -o-background-size: auto 8rem; background-size: auto 8rem; background-position: center top; opacity: 0.45; pointer-events: none; } #header h1, #header h1 a, #header h1 a::before { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; } #header>h1>a>span { width: 100%; height: 100%; top: 0; left: 0; max-width: inherit; } #header h1 { height: -webkit-calc(100% - 2.25rem); height: -moz-calc(100% - 2.25rem); height: calc(100% - 2.25rem); } #header h1 a::before, #header h1 a { text-align: center; line-height: 0.8; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 0; top: 0.15em; margin-left: 0; padding: 0; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; text-transform: uppercase; pointer-events: none; } #login-status { min-height: -webkit-calc(var(--base-font-size) * 1.5); min-height: -moz-calc(var(--base-font-size) * 1.5); min-height: calc(var(--base-font-size) * 1.5); -webkit-border-radius: .0625rem; -moz-border-radius: .0625rem; border-radius: .0625rem; -webkit-border-radius: var(--border-radius-width); -moz-border-radius: var(--border-radius-width); border-radius: var(--border-radius-width); color: rgb(var(--pale-gray-monochrome)); background-color: rgba(0, 0, 0, 0); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; left: 3%; right: initial; } #login-status .printuser { --wght: 900; position: relative; top: 0; left: 0; color: rgb(var(--swatch-menutxt-light-color)); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0.25rem; margin: 0; font-weight: 900; } #login-status #my-account { --wght: 300; color: rgb(var(--pale-gray-monochrome)); font-weight: 300; } #login-status #account-topbutton { border: initial; padding: 0.5em 0.5em 0.5em 0.25em; position: relative; height: 100%; top: 0; left: 0; margin: 0; font-size: 1em; } #account-options { width: auto; padding: 0.5em; border-color: rgba(var(--bright-accent)); background: var(--gradient-header); color: rgb(var(--swatch-text-light)); } #account-options ul li a { color: rgb(var(--swatch-text-light)); } #account-options li a:hover { color: rgb(var(--swatch-text-light)); text-decoration: underline; } @media only screen and (min-width: 769px) { #search-top-box { right: 3%; top: 0.5rem; } #search-top-box-form>input, #search-top-box-form>input:hover, #search-top-box-form>input:focus { background: rgb(var(--black-monochrome)); } #search-top-box-form>input { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form>input:hover, #search-top-box-form>input:focus { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } #search-top-box-form input[type="submit"], #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { border: none; border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form input[type="submit"] { background: rgb(var(--swatch-primary-darkest)); color: rgb(var(--swatch-menutxt-light-color)); } #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { background: rgb(var(--swatch-primary)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } } #page-title { text-align: center; } @media only screen and (max-width:768px) { :root { --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header h1, #header h1 a, #header h1 a::before { top: 0.25rem; } #header h2, #header h2 a, #header h2 a::before { top: 0; } #header h2 span { margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem); } }
/* Classic SCP Foundation Theme * [2020 Wikidot Theme] * Created by Lt Flops **/ /* ---- PAGE WRAP ---- */ div#container-wrap{ background-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aclassic/classic_body_bg.png'); background-repeat: repeat-x; } /* ---- HEADERS ---- */ span, a{ word-break: unset; } h1{ font-size: 190%; } h1, h2, h3, h4, h5, h6{ font-family: "Trebuchet MS", "Trebuchet", "Verdana", "Arial", "Helvetica", sans-serif; } #header h1, #header h2{ margin-left: -.16em; } #header h1{ max-height: 105px; margin: 0; } #header h2{ margin: 0; } /* ---- SITE HEADER ---- */ #header h1 a, #header h2 span{ color: transparent; text-shadow: none; } #header h1 a{ font-family: "Trebuchet MS", "Trebuchet", "Verdana", "Arial", "Helvetica", sans-serif; letter-spacing: 0; } #header h1 a::before, #header h2 span::before{ text-shadow: none; } #header h1 a::before{ content: "The SCP Foundation"; color: hsl(0, 0%, 93%); } #header h2 span::before{ content: "To Secure, Contain, and Protect"; color: hsl(353, 100%, 30%); } /* ---- TOP MENU ---- */ #login-status ul a{ background: hsl(0, 0%, 93%); } #header{ background: none; } #top-bar ul li, #top-bar ul li ul{ box-shadow: none; } #top-bar ul li ul{ border-color: hsl(0, 0%, 27%); border-style: solid; border-width: 0 1px 1px; } #top-bar ul li a{ border-color: hsl(0, 0%, 27%); border-style: solid; border-width: 0 0 0 1px; } #top-bar ul li a::before{ content: "["; } #top-bar ul li a::after{ content: "]"; position: relative; /* NOTE: The Top Bar Menu has spaces after each bullet, which is why this is done: */ left: -.3em; } #top-bar ul li ul li a::before{ content: unset; } #top-bar ul li ul li a::after{ content: unset; } .mobile-top-bar{ bottom: -.5px; } /* ---- SEARCH BOX ---- */ #search-top-box input.empty{ color: hsl(0, 0%, 45%); } #search-top-box-input{ color: hsl(0, 0%, 5%); background-color: hsl(0, 0%, 100%); border: 1px solid hsl(0, 0%, 47%); border-radius: 0; box-shadow: none; } #search-top-box-input:hover, #search-top-box-input:focus{ color: hsl(0, 0%, 5%); background-color: hsl(0, 0%, 100%); border: 1px solid hsl(0, 0%, 47%); box-shadow: none; } #search-top-box-form input[type="submit"]{ color: hsl(0, 0%, 5%); background: hsl(0, 0%, 96%); border: 1px solid hsl(0, 0%, 67%); border-radius: 0; box-shadow: none; font-size: 100%; font-weight: normal; } #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus{ color: hsl(0, 0%, 5%); background: hsl(0, 0%, 87%); border: 1px solid hsl(0, 0%, 67%); box-shadow: none; } /* ---- SIDE MENU ---- */ #side-bar{ clear: both; padding: .78em; padding-bottom: 0; border: 1px solid hsl(0, 0%, 87%); border-radius: 0; box-shadow: none; } #side-bar .side-block{ margin-bottom: .78em; background: white; border: none; border-radius: 0; box-shadow: none; } #side-bar .heading{ padding-left: 0; color: hsl(0, 0%, 5%); border-bottom: 1px solid hsl(0, 0%, 67%); } /* ---- INFO BAR ---- */ body{ --barColour: hsl(0, 0%, 28%); } /* ---- INFO PANE ---- */ .creditRate{ margin-right: 0 !important; border: none !important; } .rate-box-with-credit-button{ background-color: hsl(0, 0%, 40%) !important; border: none !important; border-radius: 0 !important; box-shadow: none !important; } .creditButton p a{ color: hsl(0, 0%, 95%); border-left: none !important; } .rate-box-with-credit-button .fa-info:hover{ color: hsl(112, 100%, 77%); } .modalbox{ max-height: unset !important; border-radius: 0 !important; box-shadow: none !important; } /* ---- PAGE RATING ---- */ .page-rate-widget-box{ margin-right: 0; border-radius: 0; box-shadow: none; } .page-rate-widget-box .rate-points{ background-color: hsl(0, 0%, 40%) !important; border: none; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown{ background-color: hsl(0, 0%, 87%); border: none; font-weight: normal; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a{ color: hsl(0, 0%, 5%); } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover{ color: hsl(0, 0%, 5%); background: hsl(0, 0%, 93%); text-decoration: underline; } .page-rate-widget-box .cancel{ background-color: hsl(0, 0%, 87%); border: none; border-radius: 0; } .page-rate-widget-box .cancel a{ color: hsl(0, 0%, 5%); text-transform: lowercase; } .page-rate-widget-box .cancel a:hover{ color: hsl(0, 0%, 5%); background: hsl(0, 0%, 93%); text-decoration: underline; } /* ----- GENERAL ----- */ body{ color: hsl(0, 0%, 5%); word-break: unset; } hr{ height: 0; margin: 1em 0; background-color: transparent; border-top: 1px solid hsl(0, 0%, 67%); } table.wiki-content-table td{ background-color: white; } /* ---- IMAGE BLOCK ---- */ .scp-image-block.block-right{ margin: 0 0 1em 2em; box-shadow: none; } /* ---- CLASSIC IMAGE BLOCK DIV ---- */ .classic-image-block{ float: right; width: 300px; margin: 0 0 1em 2em; text-align: center; } /* ---- YUI TABS ---- */ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a{ /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: hsl(0, 0%, 100%); /* -------- */ background-image: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ /* ---- Tab Background Colour | [HOVER] ---- */ background-color: hsl(0, 49%, 91%); /* -------- */ background-image: none; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover{ /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: hsl(0, 70%, 35%); /* -------- */ background-image: none; } /* --- INTERWIKI --- */ iframe.scpnet-interwiki-frame{ position: relative; width: 17em; margin-left: .313em; background-color: transparent; } /* --- SELECTION --- */ ::selection{ background: hsl(0, 0%, 83%); } /* ---- MOBILE MEDIA QUERIES ---- */ @media (max-width: 767px){ #side-bar .side-block{ background-color: hsl(0, 0%, 100%); } #side-bar:after{ background-color: hsla(0, 0%, 30%, .2); } } @media (max-width: 479px), @media (min-width: 480px) and (max-width: 580px), @media (min-width: 581px) and (max-width: 767px){ #side-bar .side-block{ background-color: hsl(0, 0%, 100%); } #side-bar:after{ background-color: hsla(0, 0%, 30%, .2); } #header, .mobile-top-bar{ max-width: 95%; } .mobile-top-bar{ left: 0; } }
SCP Foundation Secure Facility Dossier
Exclusionary Area-174
Founded: 02/05/2021
Official Designation: SCP Foundation Mojave Desert Exclusionary Area
Facility Identification Code: USCAMO-Area-174
General Information
Purpose: Area-174 has a duel purpose, of both containing local SCP's, and, as an exclusionary area, acting as a "last resort" for Foundation should the need arise, in the event of an XK, or CK scenario.
Founded: 02/05/2020
Location: Mojave Desert, California, USA
Founding Director: Dr. Benjamin Peyton
Size: Total floor area of 17.6 km².
Site Overview
A last resort / Preparing for the worst.
Area-174 is built almost entirely underground, with only one main entrance, via a titanium-chromium seal capable of withstanding a thermal blast of up to 10,000 degrees, and thus, can withstand a nuclear assault. The seal also has a high tensile strength, and can withstand the majority of brute force attacks. The entirety of Area-174 is shielded by Scranton Reality Anchors, and therefore, means the facility is capable of shelter against both conventional assault and reality-warping anomalies.
In the event of an XK or CK class scenario, Area-174 can utilise its protection as an Exclusionary Site, and act as a safe house for the Foundation until normalcy has been restored.
Site Layout
Area-174 consists of 6 primary sectors; listed A through F.
Sector List:
Sector A: Primary entrance sector, Low-risk containment cells.
Sector B: Laboratories and Testing areas.
Sector C: Storage and office areas.
Sector D: Employee recreation area.
Sector E: Dormitories and residential sector.
Sector F: Maintenance and Life support systems.
Access Recent Events
Level 2 Clearance or above required!
Recent Incidents:
Date: 18/06/2021
Incident Number: A174-9Details: Area-174 was raided by members of the Chaos Insurgency. However, they were unable to breach Seal-01 and access the main facility, and left shortly before Foundation Mobile Task Forces could arrive.
Date: 13/07/2021
Incident Number: A174-10Details: A low risk anomaly escaped due to an electrical malfunction in the door locking system. The anomaly was placed back into containment, and an inquiry was launched.
Date: 24/06/2021
Incident Number: A174-11Details: An electrical malfunction in the lighting system occurred. One injury was sustained when an employee fell over, and power was successfully restored. Foundation electrical engineers were unable to find the cause.
Date: 25/06/2021
Incident Number: A174-12Details: The ventilation system circulating air to lower parts of the facility stopped. No injuries were sustained, and the facility's security was maintained.
Cite this page as:
"LiveFireExercise-Area-174" by LiveFireExercise, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/livefireexercise-area-174. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: DirectorStevenson
Author: SeGoPu2019
License: CC BY-SA 4.0
Source Link: https://commons.wikimedia.org/wiki/File:Ram%C3%B3n_Montes_Barreto_2018.jpg
Derivative of: https://commons.wikimedia.org/wiki/File:Ram%C3%B3n_Montes_Barreto_2018.jpg
Additional Notes:
For more information about on-wiki content, visit the Licensing Master List.






Per 





