@media screen and (max-width:414px) {

.imageswide {
    display: none;
}

.imagessection {
    height: 400px;
    width: 100%;
    background-image: url(./img/cieran-3.JPG);
    background-position: 0% 70%;
    background-size: cover;
}

}

@media screen and (min-width:415px) and (max-width:789px) {

.imageswide {
    display: none;
}

.imagessection {
    height: 500px;
    width: 100%;
    background-image: url(./img/cieran-3.JPG);
    background-position: 0% 35%;
    background-size: cover;
}

}

@media screen and (min-width:790px) { 

.imagessection {
    background-color: rgb(23, 23, 23);
}

.imageswide {
    display: flex;
    height: 600px;
    width: 100%;
    flex-flow: row-reverse;
    box-sizing: border-box;
}

.imageswide img {
    width: 35%;
    height: auto;
    object-fit: cover;  
}

}

@media (hover: hover) and (pointer: fine) {

}