.region-map hr {
    margin-left: 0;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.region-map .left-col {
    position: relative;
    overflow: hidden;
    /* margin: 15px; */
    margin: 1% 0 1% 1%;
}

.region-map .left-col img {
    display: block;
    margin: 0;
    width: 100%;
}

.region-map .left-col img#bk {
    position: relative;
}

.region-map .left-col img:not(#bk) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    /*opacity: 0;

	-webkit-opacity: 0;

	-moz-opacity: 0;

	-ms-opacity: 0;

	-o-opacity: 0;*/
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
}

.region-map .left-col img.active {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
}

.region-map .left-col img.north-east-north-cumbria {
    left: 18vw;
    top: 37.25%;
    width: 13.5%;
}

.region-map .left-col img.midlands-and-east {
    left: 0;
    top: 0;
    width: 13.5%;
}

.region-map .left-col img.thames-valley {
    left: 0;
    top: 0;
    width: 13.5%;
}

.region-map .left-col img.wessex {
    left: 0;
    top: 0;
    width: 13.5%;
}

.region-map .left-col img.london-south-east {
    left: 0;
    top: 0;
    width: 13.5%;
}

.region-map .left-col {
    position: relative;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
    .region-map .left-col {
        width: auto;
    }
    .region-map .right-col {
        width: 100%;
		padding: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .regions {
        margin: 10px 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .region-map .left-col {
        width: 57%;
    }
    .region-map .right-col {
        width: 42%;
        padding: 15px;
    }
}

@media only screen and (min-width: 1400px) {}