/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

.image{margin:30px 0}.image__fullWidth .img__container{margin:0 -15px}@media (min-width: 1200px){.image__fullWidth .img__container{width:auto;margin:0 calc((100vw - 1215px) / -2)}}.image__fullWidth .img__asset{width:100%}.image__contentWidth .img__asset{width:100%}.image__slimHeight .img__asset{object-fit:cover;height:280px}@media (min-width: 768px){.image__slimHeight .img__asset{height:250px}}@media (min-width: 960px){.image__slimHeight .img__asset{height:402px}}.image__standardHeight .img__asset{object-fit:cover;height:280px}@media (min-width: 768px){.image__standardHeight .img__asset{height:400px}}@media (min-width: 960px){.image__standardHeight .img__asset{height:604px}}.aem-Grid>.image:first-child{margin-top:0}

