.welsh {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
}
.welsh img {
    width: 3em;
}
a.welsh:hover img,
a.welsh:focus img,
a.welsh:active img {
    border-radius: 1px solid #999;
}
.pembrokeshire_colour {
    color: #56297c;
}
.ceredigion_colour {
    color: #4156df;
}
.carmarthenshire_colour {
    color: #007c36;
}
.logo {
    max-width: 16em;
    display: inline-block;
}
.message_box__line1 {
    position: absolute;
    top: 0;
    left: -4px;
    width: 6px;
    height: 33.33%;
    background-color: #56297c;
}
.message_box__line2 {
    position: absolute;
    top: 33.33%;
    left: -4px;
    width: 6px;
    height: 33.33%;
    background-color: #007c36;
}
.message_box__line3 {
    position: absolute;
    top: 66.66%;
    left: -4px;
    width: 6px;
    height: 33.33%;
    background-color: #4156df;
}

.place_tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.place_tiles__item {
    background-color: #f7f7f7;
    border-radius: 0.3em;
    overflow: hidden;
    width: 18em;
    margin: 0 0.5em 1em 0.5em;
}
.place_tiles__item__image {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 10em;
}
.place_tiles__item__image--pembrokeshire {
    background-image: url(images/pembrokeshire-image.jpg);
}
.place_tiles__item__image--ceredigion {
    background-image: url(images/ceredigion-image.jpg);
}
.place_tiles__item__image--carmarthenshire {
    background-image: url(images/carmarthenshire-image.jpg);
}
.place_tiles__item__text {
    min-height: 6em;
}
a.btn--coloured--pembrokeshire {
    background-color: #56297c;
}
a.btn--coloured:after {
    display: none;
}
a.btn--coloured:before {
    display: none;
}
a.btn--coloured--pembrokeshire .btn__text__tint {
    color: #fff;
    opacity: 0.7;
}
a.btn--coloured--ceredigion {
    background-color: #4156df;
}
a.btn--coloured--carmarthenshire {
    background-color: #007c36;
}
.above-and-beyond-logo {
    width: 134%;
    margin: -32% 0 -33% -15%;
}

@media(min-width:900px) {
    .place_tiles__item {
        margin: 0 1em 1em 1em;
    }
}