/* Webcam Grid */
.cesenaticoinhotelcom-webcam-grid .webcam-box__wrap{margin:0;}
.cesenaticoinhotelcom-webcam-grid .webcam-box__wrap{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;max-width:none;background-repeat:no-repeat;background-size:cover;background-position:center center;}
.cesenaticoinhotelcom-webcam-grid{height:400px;display: grid;grid-template-columns: 1fr;grid-template-rows: repeat(2, 1fr);grid-column-gap: 15px;grid-row-gap: 15px;}
.cesenaticoinhotelcom-webcam-grid .div1 { grid-area: 1 / 1 / 2 / 2;position: relative }
.cesenaticoinhotelcom-webcam-grid .div2 { grid-area: 2 / 1 / 3 / 2;position: relative }

@media screen and (min-width:768px) {
.cesenaticoinhotelcom-webcam-grid{height:300px;display: grid;grid-template-columns: repeat(2, 1fr);grid-template-rows: 1fr;grid-column-gap: 15px;grid-row-gap: 15px;}
.cesenaticoinhotelcom-webcam-grid .div1 { grid-area: 1 / 1 / 3 / 2;position: relative }
.cesenaticoinhotelcom-webcam-grid .div2 { grid-area: 1 / 2 / 3 / 3;position: relative }
}

@media screen and (min-width:1200px) {
.cesenaticoinhotelcom-webcam-grid{height:400px}
}

.cesenaticoinhotelcom-sameplace-grid .webcam-box__wrap{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;max-width:none;background-repeat:no-repeat;background-size:cover;background-position:center center;}
.cesenaticoinhotelcom-sameplace-grid{height:200px;display: grid;grid-template-columns: 1fr;grid-template-rows: 1fr;grid-column-gap: 15px;grid-row-gap: 15px;}
.cesenaticoinhotelcom-sameplace-grid .div1 { grid-area: 1 / 1 / 2 / 2;position: relative }

@media screen and (min-width:768px) {
.cesenaticoinhotelcom-sameplace-grid{height:250px;display: grid;grid-template-columns: repeat(2, 1fr);grid-template-rows: 1fr;}
.cesenaticoinhotelcom-sameplace-grid .div1 { grid-area: 1 / 1 / 2 / 2; }
}

@media screen and (min-width:768px) {
.cesenaticoinhotelcom-sameplace-grid{height:400px;}
}