﻿.toohootPhoto {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

    .toohootPhoto img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }


@media (max-width: 600px) {

    .toohootPhoto .styleDiv {
        padding-right: unset !important;
        padding-left: unset !important;
    }
}


