/*!
Theme Name: Cropping Tests
Theme URI: http://underscores.me/
Author: IN4OUT
Author URI: https://www.in4out.ch
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cropping-tests
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html {
    font-family: sans-serif;
}

.wrap {
    margin: 0 auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}

img {
    height: auto;
    display: block;
    max-width: 100%;
}

.gd-library,
.imagick {
    width: 50%;
    box-sizing: border-box;
}

.gd-library {
    border-right: 1px solid;
}

h2 {
    padding: 0 50px;
}

.gallery-section {
    padding: 50px;
}
