.regulatory-news .image-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-wrapper img{
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: inherit;
      width: 100%;
    height: 100%;
    
}
.regulatory-news-title {
    padding-left: 15px;
    margin-bottom: 38px;
    line-height: 1.2;
    margin-top: 20px;
    
}

.regulatory-news .regulatory-news-title:before {
    content: "";
    width: 2px;
    height: 55px;
    background: var(--main-blue);
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.regulatory-news-wrapper {
    /* padding-left: 70px; */
}

.listItemDate {
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--gray-five);
    text-transform: uppercase;
    margin-bottom: 5px;
}
.listItemTitle{
    margin-bottom: 20px;
}
.listItemTitle a{
    font-size: 2.4rem;
    line-height: 1.33;
    color: var(--main-blue);
    pointer-events: auto;
    text-decoration: none;
}
.single-item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px var(--gray-five);
}
.single-item .pr-link a{
    font-size: 1.4rem;
    line-height: 1.43;
    color: var(--main-blue);
    text-decoration: none;
    position: relative;
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
}
.single-item .pr-link a::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/~/media/Images/W/WH-Smith/wh-icons/arrow-2');
    border: none;
    -webkit-transform: none;
    transform: none;
    margin-left: 15px;
}
    .iframeshadow iframe[src*="rns"]{height:1550px}
@media screen and (min-width: 768px) {
    .regulatory-news .image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }
    .regulatory-news-title{
    margin-top:0px
    }
    .regulatory-news-wrapper{
    padding:30px 15px;
    }
    .regulatory-news-title{padding-left:35px;}
    .iframeshadow iframe[src*="rns"]{
    height:700px
    }
    
}
@media screen and (min-width:992px){
    .regulatory-news-wrapper {
        padding-left: 70px;
        padding-top: 67px;
        padding-bottom: 60px;
    }
}